]> granicus.if.org Git - clang/commit
Moved QualTypeNames.h from Tooling to AST.
authorIlya Biryukov <ibiryukov@google.com>
Wed, 8 Nov 2017 10:39:03 +0000 (10:39 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Wed, 8 Nov 2017 10:39:03 +0000 (10:39 +0000)
commit55570a3383b2c35a4c5d56b01d795a4abe41eafa
tree9113de43eb5195128322e16fb2ac8d6bfb4b5faf
parenteb4212181c444e5b4cffc8bef6a6e974cd77db3c
Moved QualTypeNames.h from Tooling to AST.

Summary:
For code reuse in SemaCodeComplete.
Note that the tests for QualTypeNames are still in Tooling as they use
Tooling's common testing code.

Reviewers: rsmith, saugustine, rnk, klimek, bkramer

Reviewed By: rnk

Subscribers: cfe-commits, mgorny

Differential Revision: https://reviews.llvm.org/D39224

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317676 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/QualTypeNames.h [moved from include/clang/Tooling/Core/QualTypeNames.h with 73% similarity]
lib/AST/CMakeLists.txt
lib/AST/QualTypeNames.cpp [moved from lib/Tooling/Core/QualTypeNames.cpp with 96% similarity]
lib/Tooling/Core/CMakeLists.txt
unittests/Tooling/QualTypeNamesTest.cpp