Age | Commit 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-21 | For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex... | Argyrios Kyrtzidis |
2011-10-05 | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor |
2011-09-26 | Don't map a file:line:col triplet that is inside the preamble range to | Argyrios Kyrtzidis |
2011-09-19 | For SourceManager::isBeforeInTranslationUnit, a location pointing | Argyrios Kyrtzidis |
2011-09-08 | [libclang] Fix annotation and getting a "macro expansion" cursor | Argyrios Kyrtzidis |
2011-08-18 | [libclang] Annotate correctly macro argument tokens. | Argyrios Kyrtzidis |
2011-07-14 | Update all of the libclang code corresponding to the preprocessor | Chandler Carruth |
2011-05-04 | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor |
2010-11-09 | ntroduce clang_getSpellingLocation() into libclang, to provide the | Douglas Gregor |
2010-10-21 | Improve the implementation of libclang's token-annotation logic for | Douglas Gregor |
2010-10-20 | Extend the preprocessing record and libclang with support for | Douglas Gregor |
2010-08-14 | Always recurse into sub-cursors when annotating tokens, as this information i... | Ted Kremenek |
2010-08-14 | As a heuristic, annotate tokens (via clang_annotateTokens) that are the argum... | Ted Kremenek |
2010-03-18 | Try to appease MSVC's standard library | Douglas Gregor |
2010-03-18 | Try to appease MSVC | Douglas Gregor |
2010-03-18 | Explicitly link macro instantiations to macro definitions in the | Douglas Gregor |
2010-03-18 | Expose macro definitions as CIndex cursors. These can still only be | Douglas Gregor |
2010-03-18 | Introduce the notion of a "preprocessing record", which keeps track of | Douglas Gregor |
2010-03-18 | More token-annotation experimentation, preprocessing the annotated | Douglas Gregor |
2010-03-18 | Experimental stab at using relexing to identify preprocessor | Douglas Gregor |