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