[PATCH] D131632: [clang] Enable output of SARIF diagnostics
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 24 14:32:43 PDT 2022
aaron.ballman added inline comments.
================
Comment at: clang/lib/Frontend/SARIFDiagnostic.cpp:86-88
+ if (Range.isInvalid()) {
+ continue;
+ }
----------------
cjdb wrote:
> It seems @aaron.ballman has finally trained me :(
{meme, src=ohno}
My work here is done. ;-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131632/new/
https://reviews.llvm.org/D131632
More information about the cfe-commits
mailing list