aboutsummaryrefslogtreecommitdiff
path: root/test/Index/annotate-tokens.c
AgeCommit message (Expand)Author
2013-02-13[libclang] Fix annotation of a range where the begin or end locationArgyrios Kyrtzidis
2013-02-08[libclang] Attribute visitation happens out-of-source-order, make sureArgyrios Kyrtzidis
2013-01-07[libclang] Make token annotation of type/storage qualifiers accurate.Argyrios Kyrtzidis
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-09-12[libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis
2011-03-16Use ElaboratedType also for C.Abramo Bagnara
2011-03-02Force CaseStmt to store its child statements in source-code order,Douglas Gregor
2010-12-17Swap the order of the condition and body of a do-while statement inDouglas Gregor
2010-08-10Teach the libclang cursor visitor to walk into the type informationDouglas Gregor
2010-05-05Rework clang_annotateTokens() to annotate tokens with information that more c...Ted Kremenek
2010-02-27Robustify SourceManager::getLocation(), so that it returns anDouglas Gregor
2010-02-14c-index-test: Unify and always print half-open extents.Daniel Dunbar
2010-01-26Implement clang_annotateTokens(), which associates cursors with eachDouglas Gregor
2010-01-26Introduce a CIndex API for lexing the raw tokens within a given sourceDouglas Gregor