aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index/annotate-tokens.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-09[libclang] Fix issue with clang_tokenize and make sure it interprets CXSource...Argyrios Kyrtzidis1-0/+4
2016-06-09Make sizeof and alignof a CXCursor_UnaryExprOlivier Goffart1-3/+3
2015-03-13[libclang] During member ref expression visitation, ignore base anonymous str...Argyrios Kyrtzidis1-1/+16
2013-02-13[libclang] Fix annotation of a range where the begin or end locationArgyrios Kyrtzidis1-0/+64
2013-02-08[libclang] Attribute visitation happens out-of-source-order, make sureArgyrios Kyrtzidis1-1/+27
2013-01-07[libclang] Make token annotation of type/storage qualifiers accurate.Argyrios Kyrtzidis1-1/+1
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor1-47/+44
2011-09-12[libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis1-3/+3
2011-03-16Use ElaboratedType also for C.Abramo Bagnara1-3/+3
2011-03-02Force CaseStmt to store its child statements in source-code order,Douglas Gregor1-3/+43
2010-12-17Swap the order of the condition and body of a do-while statement inDouglas Gregor1-1/+22
2010-08-10Teach the libclang cursor visitor to walk into the type informationDouglas Gregor1-1/+14
2010-05-05Rework clang_annotateTokens() to annotate tokens with information that more c...Ted Kremenek1-39/+39
2010-02-27Robustify SourceManager::getLocation(), so that it returns anDouglas Gregor1-1/+2
2010-02-14c-index-test: Unify and always print half-open extents.Daniel Dunbar1-51/+52
2010-01-26Implement clang_annotateTokens(), which associates cursors with eachDouglas Gregor1-12/+12
2010-01-26Introduce a CIndex API for lexing the raw tokens within a given sourceDouglas Gregor1-0/+63