================
@@ -311,6 +312,12 @@ code with clang-apply-replacements.
cl::value_desc("filename"),
cl::cat(ClangTidyCategory));
+static cl::opt<std::string> ExportSarif("export-sarif", desc(R"(
----------------
t-a-james wrote:
Per the static analysis working group meeting on 2026-09-01, we might create
flags to pass in things like URI Base paths. It would be nice if all our sarif
flags were grouped together in the help (`sarif-export`, `sarif-base-uri`,
`sarif-whatever-else`, etc).
Could you please re-name this CLI flag to `--sarif-export`?
https://github.com/llvm/llvm-project/pull/219182
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits