summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling/QualTypeNamesTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make getFullyQualifiedName qualify both the pointee and class type for member...Benjamin Kramer2019-03-151-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Allow modifying the PrintingPolicy for fully qualified names.Sterling Augustine2018-05-041-3/+27
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-081-1/+1
* [Tooling] Add optional argument to getFullyQualifiedName to prepend "::".Siva Chandra2016-06-291-1/+39
* When forming a fully-qualified type name, put any qualifiers outside/before theRichard Smith2016-05-091-0/+5
* [Tooling] Fix getting fully qualified names of template alias types.Chaoren Lin2016-04-201-1/+8
* Stop using "template" when printing qualtype namesReid Kleckner2016-02-161-1/+7
* Add Tooling functionality to get a name for a QualType that can be used to nameRichard Smith2016-02-091-0/+166