|
24 | 24 | #include "clang/Basic/SourceLocation.h" |
25 | 25 | #include "clang/Basic/TargetOptions.h" |
26 | 26 | #include "clang/Basic/Version.h" |
27 | | -#include "clang/Basic/Visibility.h" |
28 | 27 | #include "clang/Basic/XRayInstr.h" |
29 | 28 | #include "clang/Config/config.h" |
30 | 29 | #include "clang/Driver/Driver.h" |
31 | | -#include "clang/Driver/DriverDiagnostic.h" |
32 | 30 | #include "clang/Driver/Options.h" |
33 | 31 | #include "clang/Frontend/CommandLineSourceLoc.h" |
34 | 32 | #include "clang/Frontend/DependencyOutputOptions.h" |
35 | 33 | #include "clang/Frontend/FrontendDiagnostic.h" |
36 | 34 | #include "clang/Frontend/FrontendOptions.h" |
37 | | -#include "clang/Frontend/FrontendPluginRegistry.h" |
38 | 35 | #include "clang/Frontend/MigratorOptions.h" |
39 | 36 | #include "clang/Frontend/PreprocessorOutputOptions.h" |
40 | 37 | #include "clang/Frontend/TextDiagnosticBuffer.h" |
41 | 38 | #include "clang/Frontend/Utils.h" |
42 | 39 | #include "clang/Lex/HeaderSearchOptions.h" |
43 | 40 | #include "clang/Lex/PreprocessorOptions.h" |
44 | | -#include "clang/Sema/CodeCompleteOptions.h" |
45 | 41 | #include "clang/Serialization/ASTBitCodes.h" |
46 | 42 | #include "clang/Serialization/ModuleFileExtension.h" |
47 | 43 | #include "clang/StaticAnalyzer/Core/AnalyzerOptions.h" |
48 | 44 | #include "llvm/ADT/APInt.h" |
49 | 45 | #include "llvm/ADT/ArrayRef.h" |
50 | 46 | #include "llvm/ADT/CachedHashString.h" |
51 | 47 | #include "llvm/ADT/FloatingPointMode.h" |
52 | | -#include "llvm/ADT/Hashing.h" |
53 | 48 | #include "llvm/ADT/STLExtras.h" |
54 | | -#include "llvm/ADT/SmallString.h" |
55 | 49 | #include "llvm/ADT/SmallVector.h" |
56 | 50 | #include "llvm/ADT/StringRef.h" |
57 | 51 | #include "llvm/ADT/StringSwitch.h" |
|
87 | 81 | #include "llvm/TargetParser/Host.h" |
88 | 82 | #include "llvm/TargetParser/Triple.h" |
89 | 83 | #include <algorithm> |
90 | | -#include <atomic> |
91 | 84 | #include <cassert> |
92 | 85 | #include <cstddef> |
93 | 86 | #include <cstring> |
|
0 commit comments