forked from OSchip/llvm-project
Update the #include lines of the extra tools.
llvm-svn: 169239
This commit is contained in:
parent
6229d9a350
commit
9b1773b517
|
@ -13,7 +13,6 @@
|
|||
#include "LoopActions.h"
|
||||
#include "LoopMatchers.h"
|
||||
#include "VariableNaming.h"
|
||||
|
||||
#include "clang/Lex/Lexer.h"
|
||||
|
||||
namespace clang {
|
||||
|
|
|
@ -14,10 +14,10 @@
|
|||
#define _LLVM_TOOLS_CLANG_TOOLS_EXTRA_LOOP_CONVERT_LOOPACTIONS_H_
|
||||
|
||||
#include "StmtAncestor.h"
|
||||
#include "clang/Tooling/Refactoring.h"
|
||||
#include "clang/AST/ASTContext.h"
|
||||
#include "clang/AST/RecursiveASTVisitor.h"
|
||||
#include "clang/ASTMatchers/ASTMatchFinder.h"
|
||||
#include "clang/Tooling/Refactoring.h"
|
||||
|
||||
namespace clang {
|
||||
namespace loop_migrate {
|
||||
|
|
|
@ -23,12 +23,11 @@
|
|||
|
||||
#include "LoopActions.h"
|
||||
#include "LoopMatchers.h"
|
||||
|
||||
#include "clang/Basic/FileManager.h"
|
||||
#include "clang/Frontend/CompilerInstance.h"
|
||||
#include "clang/Frontend/FrontendActions.h"
|
||||
#include "clang/Tooling/Tooling.h"
|
||||
#include "clang/Tooling/Refactoring.h"
|
||||
#include "clang/Tooling/Tooling.h"
|
||||
|
||||
using clang::ast_matchers::MatchFinder;
|
||||
namespace cl = llvm::cl;
|
||||
|
|
Loading…
Reference in New Issue