summaryrefslogtreecommitdiff
path: root/test/Index/annotate-tokens.c
AgeCommit message (Expand)Author
2017-12-11Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane
2017-12-11For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2017-11-20Revert r318669/318694Erich Keane
2017-11-20For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane
2016-11-09[libclang] Fix issue with clang_tokenize and make sure it interprets CXSource...Argyrios Kyrtzidis
2016-06-09Make sizeof and alignof a CXCursor_UnaryExprOlivier Goffart
2015-03-13[libclang] During member ref expression visitation, ignore base anonymous str...Argyrios Kyrtzidis
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