[PATCH] D129886: [clang] Add -fdiagnostics-format=sarif option for future SARIF output

Vaibhav Yenamandra via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 18 10:16:11 PDT 2022


vaibhav.y added a comment.

In D129886#3660299 <https://reviews.llvm.org/D129886#3660299>, @abrahamcd wrote:

> In D129886#3656221 <https://reviews.llvm.org/D129886#3656221>, @vaibhav.y wrote:
>
>> Might be worth hiding it from `--help`, despite the instability warning.
>
> I already couldn't find any mention of `-fdiagnostics-format` or `sarif` when I ran `clang --help`.  Is there somewhere else I should look?

Interesting, `fdiagnostics-format` doesn't show up in either `--help` or `--help-hidden`.

You can disregard my earlier comment in that case, thanks!


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