aboutsummaryrefslogtreecommitdiff
path: root/test/Index/complete-macros.c
AgeCommit message (Expand)Author
2012-10-09If a macro has been #undef'd in a precompiled header, we still need toDouglas Gregor
2012-01-21Fix the code completion string for variadic macros with more than oneDouglas Gregor
2011-07-30When producing code completion results for variadic macros, fold theDouglas Gregor
2010-09-16Swap the priorities of constants and types, so that we prefer types.Douglas Gregor
2010-08-16When caching global completion results, keep track of the simplifiedDouglas Gregor
2010-08-13Implement caching of code-completion results for macro definitionsDouglas Gregor
2010-07-08During code completion, give the "nil" and "NULL" macros the sameDouglas Gregor
2010-04-05Code completion results that refer to macros now get the cursor kindDouglas Gregor