summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-exprs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis2012-09-261-3/+3
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-271-0/+17
* Tweak this test to test more directly what we want, and hopefully work around...Douglas Gregor2011-10-191-2/+10
* Minor tweak to testDouglas Gregor2011-10-181-1/+1
* Provide result types for code completions that describe built-inDouglas Gregor2011-10-181-3/+6
* Add code completions for C++0x expressionsDouglas Gregor2011-10-181-2/+5
* When printing a qualified type, look through a substituted templateDouglas Gregor2011-02-171-2/+2
* When Parser::ParseExpressionList isn't given a completer, fall back toDouglas Gregor2011-02-171-0/+14
* Teach code completion not to include out-of-line declarations andDouglas Gregor2010-11-091-2/+4
* Add code completion for C++ constructors wherever we see the class (orDouglas Gregor2010-09-211-0/+37