|
23 | 23 | #include "MigrateScript/MigrateCmakeScript.h" |
24 | 24 | #include "MigrateScript/MigratePythonBuildScript.h" |
25 | 25 | #include "MigrationAction.h" |
26 | | -#include "RulesSecurity/MisleadingBidirectional.h" |
27 | 26 | #include "UserDefinedRules/PatternRewriter.h" |
28 | 27 | #include "UserDefinedRules/UserDefinedRules.h" |
29 | 28 | #include "FileGenerator/GenFiles.h" |
30 | 29 | #include "MigrationReport/Statics.h" |
31 | 30 | #include "RuleInfra/TypeLocRewriters.h" |
32 | 31 | #include "Utility.h" |
33 | 32 | #include "CommandOption/ValidateArguments.h" |
34 | | -#include "Windows/VcxprojParser.h" |
35 | | -#include "clang/AST/ASTConsumer.h" |
36 | | -#include "clang/ASTMatchers/ASTMatchFinder.h" |
37 | 33 | #include "clang/Format/Format.h" |
38 | 34 | #include "clang/Frontend/CompilerInstance.h" |
39 | | -#include "clang/Frontend/FrontendActions.h" |
40 | 35 | #include "clang/Tooling/CommonOptionsParser.h" |
41 | 36 | #include "clang/Tooling/Core/UnifiedPath.h" |
42 | 37 | #include "clang/Tooling/Refactoring.h" |
43 | 38 | #include "clang/Tooling/Tooling.h" |
44 | 39 | #include "llvm/ADT/SmallString.h" |
45 | 40 | #include "llvm/ADT/StringRef.h" |
46 | 41 | #include "llvm/Support/FileSystem.h" |
47 | | -#include "llvm/Support/InitLLVM.h" |
48 | 42 | #include "llvm/Support/Path.h" |
49 | 43 | #include "llvm/Support/Program.h" |
50 | 44 | #include "llvm/TargetParser/Host.h" |
|
56 | 50 | #include "clang/Driver/Options.h" |
57 | 51 | #include <algorithm> |
58 | 52 | #include <cstring> |
59 | | -#include <fstream> |
60 | 53 | #include <map> |
61 | 54 | #include <unordered_map> |
62 | 55 | #include <unordered_set> |
|
70 | 63 | #include "clang/Frontend/TextDiagnosticPrinter.h" |
71 | 64 | #include "clang/Rewrite/Core/Rewriter.h" |
72 | 65 |
|
73 | | -#include <signal.h> |
74 | | - |
75 | 66 | using namespace clang; |
76 | 67 | using namespace clang::ast_matchers; |
77 | 68 | using namespace clang::dpct; |
|
0 commit comments