@@ -78,6 +78,7 @@ Configuration files:
7878 (if any exists) will be taken and the current
7979 config file will be applied on top of the
8080 parent one.
81+ RemovedArgs - Same as '--removed-arg'.
8182 SystemHeaders - Same as '--system-headers'.
8283 UseColor - Same as '--use-color'.
8384 User - Specifies the name or e-mail of the user
@@ -358,12 +359,12 @@ see https://clang.llvm.org/extra/clang-tidy/QueryBasedCustomChecks.html.
358359
359360static cl::list<std::string> RemovedArgs (" removed-arg" , desc(R"(
360361List of arguments to remove from the command
361- line sent to the compiler. Please note that
362- removing arguments might change the semantic
363- of the analzed code, possibly leading to
364- compiler errors, false positives or
365- false negatives. This option is applied
366- before --extra-arg and --extra-arg-before)" ),
362+ line sent to the compiler. Please note that
363+ removing arguments might change the semantic
364+ of the analzed code, possibly leading to
365+ compiler errors, false positives or
366+ false negatives. This option is applied
367+ before --extra-arg and --extra-arg-before)" ),
367368 cl::cat(ClangTidyCategory));
368369
369370namespace clang ::tidy {
0 commit comments