diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-10-23 22:38:58 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-10-23 22:38:58 +0000 |
commit | 3aeb34f5639ca03ba952bef7239028eaaec33281 (patch) | |
tree | 61c67c088d5bb97f53eb34e5ed35cf0f28349a7c | |
parent | 35d516cf1aa88a1af7b25c869984758750af3c1b (diff) |
More unit-test fixes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166511 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | unittests/AST/CommentLexer.cpp | 1 | ||||
-rw-r--r-- | unittests/AST/CommentParser.cpp | 1 | ||||
-rw-r--r-- | unittests/Basic/SourceManagerTest.cpp | 1 | ||||
-rw-r--r-- | unittests/Lex/LexerTest.cpp | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/unittests/AST/CommentLexer.cpp b/unittests/AST/CommentLexer.cpp index f8746d91e6..2723a611e1 100644 --- a/unittests/AST/CommentLexer.cpp +++ b/unittests/AST/CommentLexer.cpp @@ -10,6 +10,7 @@ #include "clang/Basic/SourceManager.h" #include "clang/Basic/FileManager.h" #include "clang/Basic/Diagnostic.h" +#include "clang/Basic/DiagnosticOptions.h" #include "clang/AST/CommentLexer.h" #include "clang/AST/CommentCommandTraits.h" #include "llvm/ADT/STLExtras.h" diff --git a/unittests/AST/CommentParser.cpp b/unittests/AST/CommentParser.cpp index 8cfb24438f..8fde2478e7 100644 --- a/unittests/AST/CommentParser.cpp +++ b/unittests/AST/CommentParser.cpp @@ -10,6 +10,7 @@ #include "clang/Basic/SourceManager.h" #include "clang/Basic/FileManager.h" #include "clang/Basic/Diagnostic.h" +#include "clang/Basic/DiagnosticOptions.h" #include "clang/AST/Comment.h" #include "clang/AST/CommentLexer.h" #include "clang/AST/CommentParser.h" diff --git a/unittests/Basic/SourceManagerTest.cpp b/unittests/Basic/SourceManagerTest.cpp index 63c64835a0..5c2fc19058 100644 --- a/unittests/Basic/SourceManagerTest.cpp +++ b/unittests/Basic/SourceManagerTest.cpp @@ -10,6 +10,7 @@ #include "clang/Basic/SourceManager.h" #include "clang/Basic/FileManager.h" #include "clang/Basic/Diagnostic.h" +#include "clang/Basic/DiagnosticOptions.h" #include "clang/Basic/LangOptions.h" #include "clang/Basic/TargetOptions.h" #include "clang/Basic/TargetInfo.h" diff --git a/unittests/Lex/LexerTest.cpp b/unittests/Lex/LexerTest.cpp index 593fdb572a..98a1408303 100644 --- a/unittests/Lex/LexerTest.cpp +++ b/unittests/Lex/LexerTest.cpp @@ -10,6 +10,7 @@ #include "clang/Basic/SourceManager.h" #include "clang/Basic/FileManager.h" #include "clang/Basic/Diagnostic.h" +#include "clang/Basic/DiagnosticOptions.h" #include "clang/Basic/LangOptions.h" #include "clang/Basic/TargetOptions.h" #include "clang/Basic/TargetInfo.h" |