]> granicus.if.org Git - clang/commit
Add Tooling functionality to get a name for a QualType that can be used to name
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 9 Feb 2016 21:04:04 +0000 (21:04 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 9 Feb 2016 21:04:04 +0000 (21:04 +0000)
commitadee5efbad8218f61f41d06e1aa315e34da95bc9
tree85d35c5e2105ec6079a065f5af897a766c37e619
parente33f5dfa8fb525cad72763e37a2d8654a1554005
Add Tooling functionality to get a name for a QualType that can be used to name
that type from the global scope.

Patch by Sterling Augustine, derived (with permission) from code from Cling by
Vassil Vassilev and Philippe Canal.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260278 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/Core/QualTypeNames.h [new file with mode: 0644]
lib/Tooling/Core/CMakeLists.txt
lib/Tooling/Core/QualTypeNames.cpp [new file with mode: 0644]
unittests/Tooling/CMakeLists.txt
unittests/Tooling/QualTypeNamesTest.cpp [new file with mode: 0644]