summaryrefslogtreecommitdiffstats
path: root/test/Index/annotate-tokens.c
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Fix issue with clang_tokenize and make sure it interprets CXSource...Argyrios Kyrtzidis2016-11-091-0/+4
* Make sizeof and alignof a CXCursor_UnaryExprOlivier Goffart2016-06-091-3/+3
* [libclang] During member ref expression visitation, ignore base anonymous str...Argyrios Kyrtzidis2015-03-131-1/+16
* [libclang] Fix annotation of a range where the begin or end locationArgyrios Kyrtzidis2013-02-131-0/+64
* [libclang] Attribute visitation happens out-of-source-order, make sureArgyrios Kyrtzidis2013-02-081-1/+27
* [libclang] Make token annotation of type/storage qualifiers accurate.Argyrios Kyrtzidis2013-01-071-1/+1
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-47/+44
* [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis2011-09-121-3/+3
* Use ElaboratedType also for C.Abramo Bagnara2011-03-161-3/+3
* Force CaseStmt to store its child statements in source-code order,Douglas Gregor2011-03-021-3/+43
* Swap the order of the condition and body of a do-while statement inDouglas Gregor2010-12-171-1/+22
* Teach the libclang cursor visitor to walk into the type informationDouglas Gregor2010-08-101-1/+14
* Rework clang_annotateTokens() to annotate tokens with information that more c...Ted Kremenek2010-05-051-39/+39
* Robustify SourceManager::getLocation(), so that it returns anDouglas Gregor2010-02-271-1/+2
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-51/+52
* Implement clang_annotateTokens(), which associates cursors with eachDouglas Gregor2010-01-261-12/+12
* Introduce a CIndex API for lexing the raw tokens within a given sourceDouglas Gregor2010-01-261-0/+63