summaryrefslogtreecommitdiff
path: root/test/Index/annotate-nested-name-specifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-101-19/+19
* PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-191-1/+1
* [libclang] Make token annotation of type/storage qualifiers accurate.Argyrios Kyrtzidis2013-01-071-5/+5
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-29/+29
* Enable -fdelayed-template-parsing by default on Win32.Francois Pichet2011-09-011-1/+1
* Based on the new information in the AST provided by r130628, writeChandler Carruth2011-05-011-5/+5
* Use ElaboratedType also for C.Abramo Bagnara2011-03-161-4/+4
* Finish updated testDouglas Gregor2011-03-031-2/+2
* Eliminate redundant nested-name-specifiers onDouglas Gregor2011-03-031-2/+2
* Fix the source range for a member access expression that includes aDouglas Gregor2011-03-021-1/+16
* Teach libclang how to visit the children of a C++ base-class specifierDouglas Gregor2011-03-021-1/+12
* Push nested-name-specifier source location information into templateDouglas Gregor2011-03-021-1/+35
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-021-9/+48
* Push nested-name-specifier source-location information into dependentDouglas Gregor2011-03-011-1/+45
* Reinstate the introduction of source-location information forDouglas Gregor2011-03-011-0/+13
* Revert r126748, my second attempt at nested-name-specifier sourceDouglas Gregor2011-03-011-13/+0
* Reinstate r126737, extending the generation of type-source locationDouglas Gregor2011-03-011-0/+13
* Revert r126737, the most recent nested-name-specifier location change, for bu...Douglas Gregor2011-03-011-13/+0
* Push nested-name-specifier source location information into elaboratedDouglas Gregor2011-03-011-0/+13
* Push nested-name-specifier source location information intoDouglas Gregor2011-03-011-2/+58
* Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor2011-02-281-2/+52
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-1/+55
* Push nested-name-specifier source-location information intoDouglas Gregor2011-02-251-1/+29
* Push nested-name-specifier source location information into namespaceDouglas Gregor2011-02-251-1/+14
* Push nested-name-specifier source location information into using directives.Douglas Gregor2011-02-251-1/+19
* Direct testing of source-location information on using declarations, via libc...Douglas Gregor2011-02-251-1/+33
* Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor2011-02-251-1/+18
* Update UsingDecl, UnresolvedUsingTypenameDecl, andDouglas Gregor2011-02-251-0/+42