diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-04-30 13:52:15 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-04-30 13:52:15 +0000 |
commit | d637c05986aecdffed1c8f9482f5d698eb605e1f (patch) | |
tree | f6d40d1ed6cb118d4fb6cd72ac42499979fb0be8 /clang/unittests | |
parent | cf512ab5f63d655b155bb62690123d1c913c618b (diff) | |
download | llvm-d637c05986aecdffed1c8f9482f5d698eb605e1f.zip llvm-d637c05986aecdffed1c8f9482f5d698eb605e1f.tar.gz llvm-d637c05986aecdffed1c8f9482f5d698eb605e1f.tar.bz2 |
IWYU for llvm-config.h in clang. See r331124 for details.
llvm-svn: 331177
Diffstat (limited to 'clang/unittests')
-rw-r--r-- | clang/unittests/Basic/FileManagerTest.cpp | 1 | ||||
-rw-r--r-- | clang/unittests/Basic/VirtualFileSystemTest.cpp | 1 | ||||
-rw-r--r-- | clang/unittests/CrossTU/CrossTranslationUnitTest.cpp | 1 | ||||
-rw-r--r-- | clang/unittests/Tooling/ToolingTest.cpp | 1 |
4 files changed, 1 insertions, 3 deletions
diff --git a/clang/unittests/Basic/FileManagerTest.cpp b/clang/unittests/Basic/FileManagerTest.cpp index 5b7a7db..5aa1c02 100644 --- a/clang/unittests/Basic/FileManagerTest.cpp +++ b/clang/unittests/Basic/FileManagerTest.cpp @@ -12,7 +12,6 @@ #include "clang/Basic/FileSystemStatCache.h" #include "clang/Basic/VirtualFileSystem.h" #include "llvm/ADT/STLExtras.h" -#include "llvm/Config/llvm-config.h" #include "llvm/Support/Path.h" #include "gtest/gtest.h" diff --git a/clang/unittests/Basic/VirtualFileSystemTest.cpp b/clang/unittests/Basic/VirtualFileSystemTest.cpp index fe2e776..383c1ff 100644 --- a/clang/unittests/Basic/VirtualFileSystemTest.cpp +++ b/clang/unittests/Basic/VirtualFileSystemTest.cpp @@ -9,6 +9,7 @@ #include "clang/Basic/VirtualFileSystem.h" #include "llvm/ADT/Triple.h" +#include "llvm/Config/llvm-config.h" #include "llvm/Support/Errc.h" #include "llvm/Support/Host.h" #include "llvm/Support/MemoryBuffer.h" diff --git a/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp b/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp index 5fbf56e..dd82743 100644 --- a/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp +++ b/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp @@ -11,7 +11,6 @@ #include "clang/AST/ASTConsumer.h" #include "clang/Frontend/FrontendAction.h" #include "clang/Tooling/Tooling.h" -#include "llvm/Config/llvm-config.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Path.h" #include "llvm/Support/ToolOutputFile.h" diff --git a/clang/unittests/Tooling/ToolingTest.cpp b/clang/unittests/Tooling/ToolingTest.cpp index 057c6b3..0a5150a 100644 --- a/clang/unittests/Tooling/ToolingTest.cpp +++ b/clang/unittests/Tooling/ToolingTest.cpp @@ -17,7 +17,6 @@ #include "clang/Tooling/CompilationDatabase.h" #include "clang/Tooling/Tooling.h" #include "llvm/ADT/STLExtras.h" -#include "llvm/Config/llvm-config.h" #include "llvm/Support/Path.h" #include "llvm/Support/TargetRegistry.h" #include "llvm/Support/TargetSelect.h" |