summaryrefslogtreecommitdiffstats
path: root/test/Index/annotate-tokens-pp.c
Commit message (Expand)AuthorAgeFilesLines
* [libclang] When annotating preprocessor tokens, if we are in a macro definition,Argyrios Kyrtzidis2013-01-071-1/+1
* [libclang] Simplify annotation of preprocessing tokens and remove the Annotat...Argyrios Kyrtzidis2013-01-071-1/+1
* [libclang] Make sure tokens from preprocessor directives are annotated as such,Argyrios Kyrtzidis2012-12-121-2/+31
* For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...Argyrios Kyrtzidis2011-12-211-3/+4
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-24/+24
* Don't map a file:line:col triplet that is inside the preamble range toArgyrios Kyrtzidis2011-09-261-0/+1
* For SourceManager::isBeforeInTranslationUnit, a location pointingArgyrios Kyrtzidis2011-09-191-2/+4
* [libclang] Fix annotation and getting a "macro expansion" cursorArgyrios Kyrtzidis2011-09-081-1/+4
* [libclang] Annotate correctly macro argument tokens.Argyrios Kyrtzidis2011-08-181-6/+6
* Update all of the libclang code corresponding to the preprocessorChandler Carruth2011-07-141-7/+7
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-041-2/+6
* ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-1/+1
* Improve the implementation of libclang's token-annotation logic forDouglas Gregor2010-10-211-48/+48
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-201-1/+1
* Always recurse into sub-cursors when annotating tokens, as this information i...Ted Kremenek2010-08-141-1/+55
* As a heuristic, annotate tokens (via clang_annotateTokens) that are the argum...Ted Kremenek2010-08-141-1/+76
* Try to appease MSVC's standard libraryDouglas Gregor2010-03-181-1/+1
* Try to appease MSVCDouglas Gregor2010-03-181-1/+1
* Explicitly link macro instantiations to macro definitions in theDouglas Gregor2010-03-181-4/+4
* Expose macro definitions as CIndex cursors. These can still only beDouglas Gregor2010-03-181-3/+3
* Introduce the notion of a "preprocessing record", which keeps track ofDouglas Gregor2010-03-181-26/+52
* More token-annotation experimentation, preprocessing the annotatedDouglas Gregor2010-03-181-9/+10
* Experimental stab at using relexing to identify preprocessorDouglas Gregor2010-03-181-0/+31