aboutsummaryrefslogtreecommitdiff
path: root/test/Index/complete-exprs.c
AgeCommit message (Expand)Author
2013-01-31When code completing in a statement, parenthesized expression, orDouglas Gregor
2011-10-18Provide result types for code completions that describe built-inDouglas 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-20Get rid of the lame attempt to prioritize "void" functions atDouglas Gregor
2010-09-16Swap the priorities of constants and types, so that we prefer types.Douglas Gregor
2010-09-14Introduce a new code-completion context for a parenthesizedDouglas Gregor
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-08-31When provide code completions for a variadic Objective-C methodDouglas Gregor
2010-08-25When combining the code-completion results from Sema long with theDouglas Gregor
2010-08-25Introduce a preprocessor code-completion hook for contexts where weDouglas Gregor
2010-08-24Give a slight preference to functions returning "void" when we'reDouglas Gregor
2010-08-24In code-completion contexts where both types and other values areDouglas Gregor
2010-08-23When calling a function or messaging a method marked "sentinel", addDouglas Gregor
2010-08-23Introduce new libclang API functions that determine the availabilityDouglas Gregor
2010-08-23Include __FUNCTION__, __PRETTY_FUNCTION_, __func__ in code-completionDouglas Gregor
2010-08-16When caching code completions for global declarations, keep track ofDouglas Gregor
2010-08-16When caching global completion results, keep track of the simplifiedDouglas Gregor
2010-08-15Extend the code-completion caching infrastructure to include globalDouglas Gregor
2010-08-04Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor
2010-05-30Improve our handling of NULL after an escaping '\' in a stringDouglas Gregor
2010-05-30Improve parser recovery when we try to parse a call expression but theDouglas Gregor
2010-05-30Teach code completion to adjust its completion priorities based on theDouglas Gregor
2010-05-28Do not produce types as valid code completions when we're in anDouglas Gregor
2010-05-26Introduce priorities into the code-completion results.Douglas Gregor
2010-05-25Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor
2010-04-06Perform code-completion within ParseCastExpression, which handles,Douglas Gregor