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
Showing
- include/clang/Tooling/Core/QualTypeNames.h 76 additions, 0 deletionsinclude/clang/Tooling/Core/QualTypeNames.h
- lib/Tooling/Core/CMakeLists.txt 1 addition, 0 deletionslib/Tooling/Core/CMakeLists.txt
- lib/Tooling/Core/QualTypeNames.cpp 432 additions, 0 deletionslib/Tooling/Core/QualTypeNames.cpp
- unittests/Tooling/CMakeLists.txt 1 addition, 0 deletionsunittests/Tooling/CMakeLists.txt
- unittests/Tooling/QualTypeNamesTest.cpp 166 additions, 0 deletionsunittests/Tooling/QualTypeNamesTest.cpp
Loading
Please register or sign in to comment