diff options
author | Kazu Hirata <kazu@google.com> | 2025-06-28 20:41:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-28 20:41:46 -0700 |
commit | c9cdc33dd697c5cf02d3934d7458041e7f5fa5c3 (patch) | |
tree | e3182e102f92f5b573a5770523ea6e8e6590d7ec /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 9cf251d9d8cc79df3fbfc19098db427970058591 (diff) | |
download | llvm-c9cdc33dd697c5cf02d3934d7458041e7f5fa5c3.zip llvm-c9cdc33dd697c5cf02d3934d7458041e7f5fa5c3.tar.gz llvm-c9cdc33dd697c5cf02d3934d7458041e7f5fa5c3.tar.bz2 |
[clang] Remove unused includes (NFC) (#146254)
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-specific build failures.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r-- | clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp index 6fc587f..443eb4f 100644 --- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp @@ -26,7 +26,6 @@ #include "clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h" #include "clang/StaticAnalyzer/Frontend/FrontendActions.h" #include "llvm/Option/OptTable.h" -#include "llvm/Option/Option.h" #include "llvm/Support/BuryPointer.h" #include "llvm/Support/DynamicLibrary.h" #include "llvm/Support/ErrorHandling.h" |