[PATCH] D129886: [clang] Add -fdiagnostics-format=sarif option for future SARIF output
Abraham Corea Diaz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 18 10:13:24 PDT 2022
abrahamcd added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:684
+ "diagnostic formatting in SARIF mode is currently unstable">,
+ InGroup<DiagGroup<"sarif-format-unstable">>;
}
----------------
Please let me know if there's a better warning group you think this should be in.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129886/new/
https://reviews.llvm.org/D129886
More information about the cfe-commits
mailing list