summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-macros.c
Commit message (Collapse)AuthorAgeFilesLines
* During code completion, give the "nil" and "NULL" macros the sameDouglas Gregor2010-07-081-1/+14
| | | | | | | priority as other constants. And, if we're in a place where we prefer a pointer type, consider "nil" and "NULL" to be close matches. llvm-svn: 107910
* Code completion results that refer to macros now get the cursor kindDouglas Gregor2010-04-051-0/+11
of macro definitions when passed to CIndex. Add test for code completion of macros via CIndex. llvm-svn: 100431
OpenPOWER on IntegriCloud