summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-macros.c
Commit message (Expand)AuthorAgeFilesLines
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-1/+1
* [Preprocessor/CodeComplete] Don't add include guard macros to code-completion...Argyrios Kyrtzidis2014-04-091-10/+13
* If a macro has been #undef'd in a precompiled header, we still need toDouglas Gregor2012-10-091-2/+3
* Fix the code completion string for variadic macros with more than oneDouglas Gregor2012-01-211-2/+4
* When producing code completion results for variadic macros, fold theDouglas Gregor2011-07-301-0/+14
* Swap the priorities of constants and types, so that we prefer types.Douglas Gregor2010-09-161-2/+2
* When caching global completion results, keep track of the simplifiedDouglas Gregor2010-08-161-0/+2
* Implement caching of code-completion results for macro definitionsDouglas Gregor2010-08-131-0/+1
* During code completion, give the "nil" and "NULL" macros the sameDouglas Gregor2010-07-081-1/+14
* Code completion results that refer to macros now get the cursor kindDouglas Gregor2010-04-051-0/+11