Skip to content

Commit 8b3e5ba

Browse files
committed
Stop printing options from clang-scan-deps
1 parent 9b38569 commit 8b3e5ba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/tools/clang-scan-deps/ClangScanDeps.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -852,11 +852,6 @@ getCompilationDatabase(int argc, char **argv, std::string &ErrorMessage) {
852852
}
853853

854854
int clang_scan_deps_main(int argc, char **argv, const llvm::ToolContext &) {
855-
#define LANGOPT(Name, Bits, DefaultValue, Compatibility, Description) \
856-
llvm::outs() << #Name << " " << Bits << " " << #DefaultValue << " " \
857-
<< #Compatibility << " " << Description << "\n";
858-
#include "clang/Basic/LangOptions.def"
859-
860855
llvm::InitializeAllTargetInfos();
861856
std::string ErrorMessage;
862857
std::unique_ptr<tooling::CompilationDatabase> Compilations =

0 commit comments

Comments
 (0)