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