]> granicus.if.org Git - clang/commitdiff
More unit-test fixes
authorDouglas Gregor <dgregor@apple.com>
Tue, 23 Oct 2012 22:38:58 +0000 (22:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 23 Oct 2012 22:38:58 +0000 (22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166511 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/AST/CommentLexer.cpp
unittests/AST/CommentParser.cpp
unittests/Basic/SourceManagerTest.cpp
unittests/Lex/LexerTest.cpp

index f8746d91e602e22c5e961eadb27f01acaf5201e8..2723a611e10647ca11670e534b3c33e661dc86f1 100644 (file)
@@ -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"
index 8cfb24438f1dc02097a614022a200d7297ff52d3..8fde2478e74c0f0146c2729b696e410c1e3bf731 100644 (file)
@@ -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"
index 63c64835a0eab82e25ae29df8db50686bcc34747..5c2fc19058a745a39a165b970b8dddff7b363448 100644 (file)
@@ -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"
index 593fdb572a5964b65e56e44b1c627020d86e5577..98a140830373f55d58bc5a600ec4d64029d44ca9 100644 (file)
@@ -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"