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
/
load-exprs.c
Age
Commit message (
Expand
)
Author
2011-03-16
When libclang visits a translation unit via clang_visitChildren(),
Douglas Gregor
2011-03-08
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-06
Fixed TypedefDecl and TemplateTypeParameter source range.
Abramo Bagnara
2010-10-22
Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs.
Douglas Gregor
2010-09-09
Add libclang visitation for C99 designated initializers.
Douglas Gregor
2010-09-09
Add libclang visitation for __builtin_offsetof's components (fields
Douglas Gregor
2010-04-11
Unbreak test on windows.
Ted Kremenek
2010-04-11
Add CIndex support for blocks.
Ted Kremenek
2010-02-14
c-index-test: Unify and always print half-open extents.
Daniel Dunbar
2010-02-14
c-index-test: Unify syntax for printing extents. Yes, there were 4.
Daniel Dunbar
2010-01-25
Add test case for ? : crasher
Douglas Gregor
2010-01-25
Move the type specifier location for elaborated-type-specifiers from
Douglas Gregor
2010-01-23
Teach the cursor visitor to recurse into the type information of
Douglas Gregor