================ @@ -356,6 +358,16 @@ see https://clang.llvm.org/extra/clang-tidy/QueryBasedCustomChecks.html. cl::init(false), cl::cat(ClangTidyCategory)); +static cl::list<std::string> RemovedArgs("removed-arg", desc(R"( +List of arguments to remove from the command +line sent to the compiler. Please note that +removing arguments might change the semantic +of the analzed code, possibly leading to ---------------- felix642 wrote:
Good catch, thank you! This PR should be ready to land now if you could help me with that. https://github.com/llvm/llvm-project/pull/164344 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
