aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Tooling/QualTypeNamesTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-12/+2
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-2/+12
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-12/+2
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-2/+12
2021-12-15[AST] Add more testcases to QualTypeNamesTest. NFCSam McCall1-0/+25
2021-12-15[AST] Fix QualTypeNamesTest, which was spuriously passingSam McCall1-14/+9
2021-06-03Fully-qualify template args of outer types in getFullyQualifiedTypeVictor Kuznetsov1-3/+5
2020-01-17Renamed traverseDecl to TraverseDecl in a testDmitri Gribenko1-1/+1
2019-12-28Fix crash in getFullyQualifiedName for inline namespaceAlexey Bader1-0/+11
2019-03-15Make getFullyQualifiedName qualify both the pointee and class type for member...Benjamin Kramer1-1/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-04Allow modifying the PrintingPolicy for fully qualified names.Sterling Augustine1-3/+27
2017-11-08Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov1-1/+1
2016-06-29[Tooling] Add optional argument to getFullyQualifiedName to prepend "::".Siva Chandra1-1/+39
2016-05-09When forming a fully-qualified type name, put any qualifiers outside/before theRichard Smith1-0/+5
2016-04-20[Tooling] Fix getting fully qualified names of template alias types.Chaoren Lin1-1/+8
2016-02-16Stop using "template" when printing qualtype namesReid Kleckner1-1/+7
2016-02-09Add Tooling functionality to get a name for a QualType that can be used to nameRichard Smith1-0/+166