aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/AST/CommentParser.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-10-23 22:38:58 +0000
committerDouglas Gregor <dgregor@apple.com>2012-10-23 22:38:58 +0000
commitedf8e387019e167b889216065980ce3cc87a0de9 (patch)
tree7188dd41eaf40b7ab6131e06384ce2cf4f950aa0 /clang/unittests/AST/CommentParser.cpp
parentcdb4d699a895f9f9ac86968bcaa8f894a5fcaec4 (diff)
downloadllvm-edf8e387019e167b889216065980ce3cc87a0de9.zip
llvm-edf8e387019e167b889216065980ce3cc87a0de9.tar.gz
llvm-edf8e387019e167b889216065980ce3cc87a0de9.tar.bz2
More unit-test fixes
llvm-svn: 166511
Diffstat (limited to 'clang/unittests/AST/CommentParser.cpp')
-rw-r--r--clang/unittests/AST/CommentParser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/AST/CommentParser.cpp b/clang/unittests/AST/CommentParser.cpp
index 8cfb244..8fde247 100644
--- a/clang/unittests/AST/CommentParser.cpp
+++ b/clang/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"