summaryrefslogtreecommitdiffstats
path: root/unittests
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2017-11-08 10:39:03 +0000
committerIlya Biryukov <ibiryukov@google.com>2017-11-08 10:39:03 +0000
commit55570a3383b2c35a4c5d56b01d795a4abe41eafa (patch)
tree9113de43eb5195128322e16fb2ac8d6bfb4b5faf /unittests
parenteb4212181c444e5b4cffc8bef6a6e974cd77db3c (diff)
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
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Tooling/QualTypeNamesTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Tooling/QualTypeNamesTest.cpp b/unittests/Tooling/QualTypeNamesTest.cpp
index edd5060ba0..dd48f3bf45 100644
--- a/unittests/Tooling/QualTypeNamesTest.cpp
+++ b/unittests/Tooling/QualTypeNamesTest.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-#include "clang/Tooling/Core/QualTypeNames.h"
+#include "clang/AST/QualTypeNames.h"
#include "TestVisitor.h"
using namespace clang;