diff options
| author | Eric Liu <ioeric@google.com> | 2018-05-30 12:09:58 +0000 |
|---|---|---|
| committer | Eric Liu <ioeric@google.com> | 2018-05-30 12:09:58 +0000 |
| commit | cfd01f94b2c4f7a9a46e4a93434e0076422f245f (patch) | |
| tree | e9412acd187f41a0031eabd4d939cea49b1fd244 /clang/lib/Format | |
| parent | 46fdee75e70291e9c2eb00e07f997d05c5b4563d (diff) | |
| download | bcm5719-llvm-cfd01f94b2c4f7a9a46e4a93434e0076422f245f.tar.gz bcm5719-llvm-cfd01f94b2c4f7a9a46e4a93434e0076422f245f.zip | |
Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""
This reverts commit r333532. Revert for now to fix an internal bot issue.
llvm-svn: 333534
Diffstat (limited to 'clang/lib/Format')
| -rw-r--r-- | clang/lib/Format/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | clang/lib/Format/Format.cpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Format/CMakeLists.txt b/clang/lib/Format/CMakeLists.txt index 0019d045cd0..42e6d53d9fe 100644 --- a/clang/lib/Format/CMakeLists.txt +++ b/clang/lib/Format/CMakeLists.txt @@ -20,5 +20,4 @@ add_clang_library(clangFormat clangBasic clangLex clangToolingCore - clangToolingInclusions ) diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index d1a5dc8e6c6..c6de92b3caf 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -31,7 +31,7 @@ #include "clang/Basic/SourceManager.h" #include "clang/Basic/VirtualFileSystem.h" #include "clang/Lex/Lexer.h" -#include "clang/Tooling/Inclusions/HeaderIncludes.h" +#include "clang/Tooling/Core/HeaderIncludes.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/Allocator.h" |

