summaryrefslogtreecommitdiff
path: root/test/Index/complete-exprs.cpp
AgeCommit message (Expand)Author
2012-09-26[libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis
2012-03-27Introduce a new libclang API to determine the parent context of a codeDouglas Gregor
2011-10-19Tweak this test to test more directly what we want, and hopefully work around...Douglas Gregor
2011-10-18Minor tweak to testDouglas Gregor
2011-10-18Provide result types for code completions that describe built-inDouglas Gregor
2011-10-18Add code completions for C++0x expressionsDouglas Gregor
2011-02-17When printing a qualified type, look through a substituted templateDouglas Gregor
2011-02-17When Parser::ParseExpressionList isn't given a completer, fall back toDouglas Gregor
2010-11-09Teach code completion not to include out-of-line declarations andDouglas Gregor
2010-09-21Add code completion for C++ constructors wherever we see the class (orDouglas Gregor