summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-07-04 20:33:53 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-07-04 20:33:53 +0000
commiteb7b9f824843af2c185139ab5ad3c734ad37997b (patch)
treebda854cf5c5a47ef47bb07d882244cd2f118c257
parent4ab984e74b55a4dc7007ecbbf66cc87152c983a7 (diff)
downloadbcm5719-llvm-eb7b9f824843af2c185139ab5ad3c734ad37997b.tar.gz
bcm5719-llvm-eb7b9f824843af2c185139ab5ad3c734ad37997b.zip
Update unittests for include change.
llvm-svn: 159724
-rw-r--r--clang/unittests/Frontend/FrontendActionTest.cpp1
-rw-r--r--clang/unittests/Tooling/RefactoringTest.cpp1
-rw-r--r--clang/unittests/Tooling/TestVisitor.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/clang/unittests/Frontend/FrontendActionTest.cpp b/clang/unittests/Frontend/FrontendActionTest.cpp
index 2d4befc1f4d..84a65450baf 100644
--- a/clang/unittests/Frontend/FrontendActionTest.cpp
+++ b/clang/unittests/Frontend/FrontendActionTest.cpp
@@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
#include "clang/AST/RecursiveASTVisitor.h"
+#include "clang/AST/ASTContext.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/CompilerInvocation.h"
diff --git a/clang/unittests/Tooling/RefactoringTest.cpp b/clang/unittests/Tooling/RefactoringTest.cpp
index 931c7611780..8d9695590af 100644
--- a/clang/unittests/Tooling/RefactoringTest.cpp
+++ b/clang/unittests/Tooling/RefactoringTest.cpp
@@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
#include "RewriterTestContext.h"
+#include "clang/AST/ASTContext.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclGroup.h"
diff --git a/clang/unittests/Tooling/TestVisitor.h b/clang/unittests/Tooling/TestVisitor.h
index b92a1bac4c0..f73d2e0c2ff 100644
--- a/clang/unittests/Tooling/TestVisitor.h
+++ b/clang/unittests/Tooling/TestVisitor.h
@@ -14,6 +14,7 @@
#ifndef LLVM_CLANG_TEST_VISITOR_H
#define LLVM_CLANG_TEST_VISITOR_H
+#include "clang/AST/ASTContext.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Frontend/FrontendAction.h"
OpenPOWER on IntegriCloud