summaryrefslogtreecommitdiff
path: root/test/Index/load-stmts.cpp
AgeCommit message (Expand)Author
2015-02-26Add -frtti/-fexceptions to some more tests that assume they're onFilipe Cabecinhas
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-09-01Enable -fdelayed-template-parsing by default on Win32.Francois Pichet
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2011-03-06Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara
2011-01-12Add the location of the right parenthesis of a C++ named castDouglas Gregor
2010-11-05Teach clang_getCursorReferenced() that aDouglas Gregor
2010-10-25Improve the tracking of source locations for parentheses in constructor calls.Chandler Carruth
2010-10-02Provide proper source location and range information for C++ baseDouglas Gregor
2010-09-10Add libclang support for label statements, gotos, and taking theDouglas Gregor
2010-09-09Teach libclang to walk the base and member initializers of aDouglas Gregor
2010-09-09Add proper type-source information to UnaryTypeTraitExpr, includingDouglas Gregor
2010-09-08Provide proper type-source location information forDouglas Gregor
2010-09-07Improve source-location information for CXXNewExpr, by hanging on toDouglas Gregor
2010-09-03Implement libclang visitation for UnresolvedMemberExpr. This is theDouglas Gregor
2010-09-03libclang visitation for CXXDependentScopeMemberExprDouglas Gregor
2010-09-03libclang visitation for DependentScopeDeclRefExprDouglas Gregor
2010-09-02Teach libclang to visit OverloadExprs, so that we can reuse thisDouglas Gregor
2010-09-02Add libclang visitation for UnresolvedLookupExprsDouglas Gregor
2010-09-02Add libclang visitation for C++ pseudo-destructor expressions.Douglas Gregor
2010-09-02Add libclang visitation for C++ typeid expressions.Douglas Gregor
2010-08-27Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek
2010-05-13Specially handle CaseStmts in CursorVisitor because they can be nested and wa...Ted Kremenek
2010-05-12Make test portable.Ted Kremenek
2010-05-12Re-apply r103581 with updated tests. It turns out we were computing bogus lo...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-25Loosen preconditions for clang_getCursorSpelling(), returning an emptyDouglas Gregor
2010-01-25Visit the condition variables of while and for loops; also, visit theDouglas Gregor