| Commit message (Expand) | Author | Age | Files | Lines |
* | Print nested name specifiers for typedefs and type aliases | Alex Lorenz | 2017-03-10 | 1 | -19/+19 |
* | PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310). | Richard Smith | 2017-01-19 | 1 | -1/+1 |
* | [libclang] Make token annotation of type/storage qualifiers accurate. | Argyrios Kyrtzidis | 2013-01-07 | 1 | -5/+5 |
* | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor | 2011-10-05 | 1 | -29/+29 |
* | Enable -fdelayed-template-parsing by default on Win32. | Francois Pichet | 2011-09-01 | 1 | -1/+1 |
* | Based on the new information in the AST provided by r130628, write | Chandler Carruth | 2011-05-01 | 1 | -5/+5 |
* | Use ElaboratedType also for C. | Abramo Bagnara | 2011-03-16 | 1 | -4/+4 |
* | Finish updated test | Douglas Gregor | 2011-03-03 | 1 | -2/+2 |
* | Eliminate redundant nested-name-specifiers on | Douglas Gregor | 2011-03-03 | 1 | -2/+2 |
* | Fix the source range for a member access expression that includes a | Douglas Gregor | 2011-03-02 | 1 | -1/+16 |
* | Teach libclang how to visit the children of a C++ base-class specifier | Douglas Gregor | 2011-03-02 | 1 | -1/+12 |
* | Push nested-name-specifier source location information into template | Douglas Gregor | 2011-03-02 | 1 | -1/+35 |
* | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-02 | 1 | -9/+48 |
* | Push nested-name-specifier source-location information into dependent | Douglas Gregor | 2011-03-01 | 1 | -1/+45 |
* | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -0/+13 |
* | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -13/+0 |
* | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -0/+13 |
* | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor | 2011-03-01 | 1 | -13/+0 |
* | Push nested-name-specifier source location information into elaborated | Douglas Gregor | 2011-03-01 | 1 | -0/+13 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-03-01 | 1 | -2/+58 |
* | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -2/+52 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-02-28 | 1 | -1/+55 |
* | Push nested-name-specifier source-location information into | Douglas Gregor | 2011-02-25 | 1 | -1/+29 |
* | Push nested-name-specifier source location information into namespace | Douglas Gregor | 2011-02-25 | 1 | -1/+14 |
* | Push nested-name-specifier source location information into using directives. | Douglas Gregor | 2011-02-25 | 1 | -1/+19 |
* | Direct testing of source-location information on using declarations, via libc... | Douglas Gregor | 2011-02-25 | 1 | -1/+33 |
* | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -1/+18 |
* | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -0/+42 |