summaryrefslogtreecommitdiff
path: root/test/Index/code-completion.cpp
AgeCommit message (Expand)Author
2017-09-08Fix templated type alias completion when using global completion cacheErik Verbruggen
2017-08-22Revert r311442 (Fix templated type alias completion when using global complet...Erik Verbruggen
2017-08-22Fix templated type alias completion when using global completion cacheErik Verbruggen
2017-07-19Add default values for function parameter chunksErik Verbruggen
2015-01-28Improves overload completion result chunks.Francisco Lopes da Silva
2015-01-21Initial support for C++ parameter completionFrancisco Lopes da Silva
2011-07-21New libclang API to expose container type for code completion, fromDouglas Gregor
2011-07-07Introduce a new libclang aPI function,Douglas Gregor
2010-10-19Tweak code-completion result priorities, so that exact and similarDouglas Gregor
2010-09-21Add code completion for C++ constructors wherever we see the class (orDouglas Gregor
2010-09-20Code completion has no reason to prefer values over types, especiallyDouglas Gregor
2010-09-16Swap the priorities of constants and types, so that we prefer types.Douglas Gregor
2010-09-05'const std::type_info*' instead of 'std::type_info const*'Chris Lattner
2010-09-03Synchronize code-completion cursor kinds with indexing cursorDouglas Gregor
2010-08-26Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-25Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-24In code-completion contexts where both types and other values areDouglas Gregor
2010-08-16Implement support for cached code completions forDouglas Gregor
2010-06-15Teach code completion not to ignore data members when performing codeDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-21De-XFAIL some win32 tests that are now passingDouglas Gregor
2010-02-19XFAIL some of the c-index-test tests on Windows, where they are failing inexp...Douglas Gregor
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor
2009-12-18Extend code-completion results with the type of each resultDouglas Gregor
2009-12-11Tweak code-completion results by suppressing class templateDouglas Gregor
2009-11-09Make sure that we look into nested, transparent declaration contextsDouglas Gregor
2009-11-09Simplify test to deal with type-based ordering variationsDouglas Gregor
2009-11-09Verify that code-completion is at least a little bit robust against inclusion...Douglas Gregor
2009-11-09Minor cleanup for CIndex-based code-completion:Douglas Gregor