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