summaryrefslogtreecommitdiffstats
path: root/test/Index/recursive-cxx-member-calls.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] For CXXOperatorCallExprs, give a valid source location to the Decl...Argyrios Kyrtzidis2012-02-081-1/+1
* Revert r145244. It causes us to create broken ASTs with missing type informationRichard Smith2011-11-291-0/+3
* Removed useless ImplicitCast nodes in explicit cstyle and static castsNicola Gigante2011-11-281-3/+0
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-387/+383
* Propagate __attribute__((returns_twice)) from C to IL.Rafael Espindola2011-10-031-14/+14
* [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/p...Argyrios Kyrtzidis2011-09-301-15/+15
* [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis2011-09-121-8/+8
* [libclang] Require explicit cursor visitation for all TypeLocs (compilation willArgyrios Kyrtzidis2011-08-151-1/+1
* Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor2011-07-251-94/+94
* Add c-index-test printing and tests for static and virtual methodDouglas Gregor2011-05-131-17/+17
* Based on the new information in the AST provided by r130628, writeChandler Carruth2011-05-011-6/+6
* Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara2011-03-081-3/+3
* Fixed NamespaceDecl source range.Abramo Bagnara2011-03-081-5/+5
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-35/+35
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-13/+13
* Improved TemplateTypeParmDecl end location.Abramo Bagnara2011-03-041-3/+3
* Fixed end source location for LinkageSpecDecl.Abramo Bagnara2011-03-031-1/+1
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-021-169/+169
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-011-12/+13
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-011-13/+12
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-011-12/+13
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-011-11/+10
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-011-10/+11
* Push nested-name-specifier source location information intoDouglas Gregor2011-03-011-18/+18
* When libclang is walking a member access expression, don't walk intoDouglas Gregor2010-11-171-20/+10
* Fix use of an uninitialized SourceLocation because DeclarationNameLoc failed ...Ted Kremenek2010-11-121-0/+2256
* Temporarily remove this test. It is causing an assertion failure in the buil...Ted Kremenek2010-11-111-2256/+0
* Annotate tokens in a separate thread to avoid blowing out stack space. While...Ted Kremenek2010-11-111-0/+2256