summaryrefslogtreecommitdiffstats
path: root/test/Index/annotate-tokens.c
Commit message (Expand)AuthorAgeFilesLines
* 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