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