summaryrefslogtreecommitdiffstats
path: root/test/Index/load-stmts.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add -frtti/-fexceptions to some more tests that assume they're onFilipe Cabecinhas2015-02-261-1/+1
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-5/+5
* [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis2011-09-121-2/+4
* Enable -fdelayed-template-parsing by default on Win32.Francois Pichet2011-09-011-1/+1
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-6/+6
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-2/+2
* Add the location of the right parenthesis of a C++ named castDouglas Gregor2011-01-121-0/+6
* Teach clang_getCursorReferenced() that aDouglas Gregor2010-11-051-1/+1
* Improve the tracking of source locations for parentheses in constructor calls.Chandler Carruth2010-10-251-1/+1
* Provide proper source location and range information for C++ baseDouglas Gregor2010-10-021-4/+4
* Add libclang support for label statements, gotos, and taking theDouglas Gregor2010-09-101-12/+13
* Teach libclang to walk the base and member initializers of aDouglas Gregor2010-09-091-0/+22
* Add proper type-source information to UnaryTypeTraitExpr, includingDouglas Gregor2010-09-091-0/+3
* Provide proper type-source location information forDouglas Gregor2010-09-081-0/+20
* Improve source-location information for CXXNewExpr, by hanging on toDouglas Gregor2010-09-071-0/+15
* Implement libclang visitation for UnresolvedMemberExpr. This is theDouglas Gregor2010-09-031-0/+24
* libclang visitation for CXXDependentScopeMemberExprDouglas Gregor2010-09-031-0/+4
* libclang visitation for DependentScopeDeclRefExprDouglas Gregor2010-09-031-0/+5
* Teach libclang to visit OverloadExprs, so that we can reuse thisDouglas Gregor2010-09-021-4/+14
* Add libclang visitation for UnresolvedLookupExprsDouglas Gregor2010-09-021-0/+14
* Add libclang visitation for C++ pseudo-destructor expressions.Douglas Gregor2010-09-021-0/+8
* Add libclang visitation for C++ typeid expressions.Douglas Gregor2010-09-021-1/+13
* Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek2010-08-271-0/+26
* Specially handle CaseStmts in CursorVisitor because they can be nested and wa...Ted Kremenek2010-05-131-1/+1
* Make test portable.Ted Kremenek2010-05-121-11/+0
* Re-apply r103581 with updated tests. It turns out we were computing bogus lo...Ted Kremenek2010-05-121-11/+30
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-38/+38
* c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar2010-02-141-38/+38
* Add test case for ? : crasherDouglas Gregor2010-01-251-1/+0
* Loosen preconditions for clang_getCursorSpelling(), returning an emptyDouglas Gregor2010-01-251-12/+12
* Visit the condition variables of while and for loops; also, visit theDouglas Gregor2010-01-251-0/+52