]> granicus.if.org Git - clang/commitdiff
Update unittests for include change.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 4 Jul 2012 20:33:53 +0000 (20:33 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 4 Jul 2012 20:33:53 +0000 (20:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159724 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Frontend/FrontendActionTest.cpp
unittests/Tooling/RefactoringTest.cpp
unittests/Tooling/TestVisitor.h

index 2d4befc1f4d3829388b8d2f866a04c745dfa05c4..84a65450baf64594cfa7e7aa83a44f0e291eb205 100644 (file)
@@ -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"
index 931c761178047355b5a31d0d6ce39385ed512dbe..8d9695590af0a9dcce1defcc321d83cb07d06621 100644 (file)
@@ -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"
index b92a1bac4c0369ed40ee0a572fda97ff2e566c36..f73d2e0c2fff70f8ca68f73b01806369d1d74f3c 100644 (file)
@@ -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"