| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 320391: Certain targets are failing, pulling back to diagnose. | Erich Keane | 2017-12-11 | 1 | -6/+6 |
* | For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available | Erich Keane | 2017-12-11 | 1 | -6/+6 |
* | Revert r318669/318694 | Erich Keane | 2017-11-20 | 1 | -6/+6 |
* | For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is available | Erich Keane | 2017-11-20 | 1 | -6/+6 |
* | [libclang] Fix issue with clang_tokenize and make sure it interprets CXSource... | Argyrios Kyrtzidis | 2016-11-09 | 1 | -0/+4 |
* | Make sizeof and alignof a CXCursor_UnaryExpr | Olivier Goffart | 2016-06-09 | 1 | -3/+3 |
* | [libclang] During member ref expression visitation, ignore base anonymous str... | Argyrios Kyrtzidis | 2015-03-13 | 1 | -1/+16 |
* | [libclang] Fix annotation of a range where the begin or end location | Argyrios Kyrtzidis | 2013-02-13 | 1 | -0/+64 |
* | [libclang] Attribute visitation happens out-of-source-order, make sure | Argyrios Kyrtzidis | 2013-02-08 | 1 | -1/+27 |
* | [libclang] Make token annotation of type/storage qualifiers accurate. | Argyrios Kyrtzidis | 2013-01-07 | 1 | -1/+1 |
* | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor | 2011-10-05 | 1 | -47/+44 |
* | [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl of | Argyrios Kyrtzidis | 2011-09-12 | 1 | -3/+3 |
* | Use ElaboratedType also for C. | Abramo Bagnara | 2011-03-16 | 1 | -3/+3 |
* | Force CaseStmt to store its child statements in source-code order, | Douglas Gregor | 2011-03-02 | 1 | -3/+43 |
* | Swap the order of the condition and body of a do-while statement in | Douglas Gregor | 2010-12-17 | 1 | -1/+22 |
* | Teach the libclang cursor visitor to walk into the type information | Douglas Gregor | 2010-08-10 | 1 | -1/+14 |
* | Rework clang_annotateTokens() to annotate tokens with information that more c... | Ted Kremenek | 2010-05-05 | 1 | -39/+39 |
* | Robustify SourceManager::getLocation(), so that it returns an | Douglas Gregor | 2010-02-27 | 1 | -1/+2 |
* | c-index-test: Unify and always print half-open extents. | Daniel Dunbar | 2010-02-14 | 1 | -51/+52 |
* | Implement clang_annotateTokens(), which associates cursors with each | Douglas Gregor | 2010-01-26 | 1 | -12/+12 |
* | Introduce a CIndex API for lexing the raw tokens within a given source | Douglas Gregor | 2010-01-26 | 1 | -0/+63 |