summaryrefslogtreecommitdiffstats
path: root/test/Index/code-completion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add default values for function parameter chunksErik Verbruggen2017-07-191-2/+2
* Improves overload completion result chunks.Francisco Lopes da Silva2015-01-281-3/+3
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-211-3/+3
* New libclang API to expose container type for code completion, fromDouglas Gregor2011-07-211-0/+3
* Introduce a new libclang aPI function,Douglas Gregor2011-07-071-0/+20
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-4/+4
* Add code completion for C++ constructors wherever we see the class (orDouglas Gregor2010-09-211-1/+1
* Code completion has no reason to prefer values over types, especiallyDouglas Gregor2010-09-201-2/+2
* Swap the priorities of constants and types, so that we prefer types.Douglas Gregor2010-09-161-2/+2
* 'const std::type_info*' instead of 'std::type_info const*'Chris Lattner2010-09-051-3/+3
* Synchronize code-completion cursor kinds with indexing cursorDouglas Gregor2010-09-031-10/+10
* Revert "Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-1/+1
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-251-1/+1
* In code-completion contexts where both types and other values areDouglas Gregor2010-08-241-2/+2
* Implement support for cached code completions forDouglas Gregor2010-08-161-3/+3
* Teach code completion not to ignore data members when performing codeDouglas Gregor2010-06-151-0/+13
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-5/+5
* De-XFAIL some win32 tests that are now passingDouglas Gregor2010-02-211-1/+0
* XFAIL some of the c-index-test tests on Windows, where they are failing inexp...Douglas Gregor2010-02-191-0/+1
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-6/+6
* Extend code-completion results with the type of each resultDouglas Gregor2009-12-181-13/+15
* Tweak code-completion results by suppressing class templateDouglas Gregor2009-12-111-4/+3
* Make sure that we look into nested, transparent declaration contextsDouglas Gregor2009-11-091-2/+6
* Simplify test to deal with type-based ordering variationsDouglas Gregor2009-11-091-2/+0
* Verify that code-completion is at least a little bit robust against inclusion...Douglas Gregor2009-11-091-1/+1
* Minor cleanup for CIndex-based code-completion:Douglas Gregor2009-11-091-0/+51