summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-preprocessor.m
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Always report a CXCursor_MacroDefinition for code-completionArgyrios Kyrtzidis2012-09-271-2/+2
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-41/+41
* Code completion has no reason to prefer values over types, especiallyDouglas Gregor2010-09-201-7/+7
* Swap the priorities of constants and types, so that we prefer types.Douglas Gregor2010-09-161-7/+7
* When combining the code-completion results from Sema long with theDouglas Gregor2010-08-251-0/+7
* In code-completion contexts where both types and other values areDouglas Gregor2010-08-241-7/+7
* Remove i386 macro check from expected output of preprocessorDouglas Gregor2010-08-241-1/+0
* Implement code completion for preprocessor expressions and in macroDouglas Gregor2010-08-241-0/+17
* Implement preprocessor code completion where a macro name is expected,Douglas Gregor2010-08-241-1/+11
* Introduce basic code-completion support for preprocessor directives,Douglas Gregor2010-08-241-0/+47