aboutsummaryrefslogtreecommitdiff
path: root/test/Index/annotate-tokens-pp.c
AgeCommit message (Expand)Author
2013-01-07[libclang] When annotating preprocessor tokens, if we are in a macro definition,Argyrios Kyrtzidis
2013-01-07[libclang] Simplify annotation of preprocessing tokens and remove the Annotat...Argyrios Kyrtzidis
2012-12-12[libclang] Make sure tokens from preprocessor directives are annotated as such,Argyrios Kyrtzidis
2011-12-21For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex...Argyrios Kyrtzidis
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-09-26Don't map a file:line:col triplet that is inside the preamble range toArgyrios Kyrtzidis
2011-09-19For SourceManager::isBeforeInTranslationUnit, a location pointingArgyrios Kyrtzidis
2011-09-08[libclang] Fix annotation and getting a "macro expansion" cursorArgyrios Kyrtzidis
2011-08-18[libclang] Annotate correctly macro argument tokens.Argyrios Kyrtzidis
2011-07-14Update all of the libclang code corresponding to the preprocessorChandler Carruth
2011-05-04Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor
2010-11-09ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-10-21Improve the implementation of libclang's token-annotation logic forDouglas Gregor
2010-10-20Extend the preprocessing record and libclang with support forDouglas Gregor
2010-08-14Always recurse into sub-cursors when annotating tokens, as this information i...Ted Kremenek
2010-08-14As a heuristic, annotate tokens (via clang_annotateTokens) that are the argum...Ted Kremenek
2010-03-18Try to appease MSVC's standard libraryDouglas Gregor
2010-03-18Try to appease MSVCDouglas Gregor
2010-03-18Explicitly link macro instantiations to macro definitions in theDouglas Gregor
2010-03-18Expose macro definitions as CIndex cursors. These can still only beDouglas Gregor
2010-03-18Introduce the notion of a "preprocessing record", which keeps track ofDouglas Gregor
2010-03-18More token-annotation experimentation, preprocessing the annotatedDouglas Gregor
2010-03-18Experimental stab at using relexing to identify preprocessorDouglas Gregor