diff options
author | Eric Liu <ioeric@google.com> | 2018-06-04 09:04:12 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2018-06-04 09:04:12 +0000 |
commit | 44564ac7eb4d864ef15fa28281d15060f75b5f07 (patch) | |
tree | d16cb007264776853a919acfa3bc58b7faf56125 /clang/unittests | |
parent | d0a6f6a5021d4e68672fb74019a9a770cbf17ce4 (diff) | |
download | bcm5719-llvm-44564ac7eb4d864ef15fa28281d15060f75b5f07.tar.gz bcm5719-llvm-44564ac7eb4d864ef15fa28281d15060f75b5f07.zip |
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
This reverts commit r333534 (i.e. reland r332720) after fixing module build.
Differential Revision: https://reviews.llvm.org/D47068
llvm-svn: 333874
Diffstat (limited to 'clang/unittests')
-rw-r--r-- | clang/unittests/Tooling/HeaderIncludesTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Tooling/HeaderIncludesTest.cpp b/clang/unittests/Tooling/HeaderIncludesTest.cpp index 4407221f8ad..ff68f75a6e8 100644 --- a/clang/unittests/Tooling/HeaderIncludesTest.cpp +++ b/clang/unittests/Tooling/HeaderIncludesTest.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "clang/Tooling/Core/HeaderIncludes.h" +#include "clang/Tooling/Inclusions/HeaderIncludes.h" #include "../Tooling/ReplacementTest.h" #include "../Tooling/RewriterTestContext.h" #include "clang/Format/Format.h" |