summaryrefslogtreecommitdiff
path: root/test/Index/recursive-cxx-member-calls.cpp
AgeCommit message (Expand)Author
2017-03-10Print nested name specifiers for typedefs and type aliasesAlex Lorenz
2016-04-27Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe
2014-04-07libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko
2014-03-03[libclang] Have clang_getCursorSpelling() return the string for a CXCursor_Ob...Argyrios Kyrtzidis
2014-02-02Report a correct end location for nameless parameters.Benjamin Kramer
2014-01-14clang/test/Index/recursive-cxx-member-calls.cpp: Add "-target" rather than XF...NAKAMURA Takumi
2014-01-14Disable this test for windows buildersDavid Majnemer
2013-01-07[libclang] Make token annotation of type/storage qualifiers accurate.Argyrios Kyrtzidis
2012-12-19PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith
2012-08-30Reland r160052: Default to -std=c++11 on Windows.Nico Weber
2012-07-16Add correct parenthesis range to CXXConstructExprs insideDaniel Jasper
2012-02-08[libclang] For CXXOperatorCallExprs, give a valid source location to the Decl...Argyrios Kyrtzidis
2011-11-29Revert r145244. It causes us to create broken ASTs with missing type informationRichard Smith
2011-11-28Removed useless ImplicitCast nodes in explicit cstyle and static castsNicola Gigante
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-10-03Propagate __attribute__((returns_twice)) from C to IL.Rafael Espindola
2011-09-30[libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/p...Argyrios Kyrtzidis
2011-09-12[libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis
2011-08-15[libclang] Require explicit cursor visitation for all TypeLocs (compilation willArgyrios Kyrtzidis
2011-07-25Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor
2011-05-13Add c-index-test printing and tests for static and virtual methodDouglas Gregor
2011-05-01Based on the new information in the AST provided by r130628, writeChandler Carruth
2011-03-08Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara
2011-03-08Fixed NamespaceDecl source range.Abramo Bagnara
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2011-03-06Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara
2011-03-04Improved TemplateTypeParmDecl end location.Abramo Bagnara
2011-03-03Fixed end source location for LinkageSpecDecl.Abramo Bagnara
2011-03-02Push nested-name-specifier source-location information into dependentDouglas Gregor
2011-03-01Reinstate the introduction of source-location information forDouglas Gregor
2011-03-01Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor
2011-03-01Reinstate r126737, extending the generation of type-source locationDouglas Gregor
2011-03-01Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor
2011-03-01Push nested-name-specifier source location information into elaboratedDouglas Gregor
2011-03-01Push nested-name-specifier source location information intoDouglas Gregor
2010-11-17When libclang is walking a member access expression, don't walk intoDouglas Gregor
2010-11-12Fix use of an uninitialized SourceLocation because DeclarationNameLoc failed ...Ted Kremenek
2010-11-11Temporarily remove this test. It is causing an assertion failure in the buil...Ted Kremenek
2010-11-11Annotate tokens in a separate thread to avoid blowing out stack space. While...Ted Kremenek