[PATCH] D131632: [clang] Enable output of SARIF diagnostics
Vaibhav Yenamandra via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 16 14:14:17 PDT 2022
vaibhav.y added inline comments.
================
Comment at: clang/lib/Frontend/SARIFDiagnostic.cpp:75
+ emitFilename(FE->getName(), Loc.getManager());
+ // FIXME: No current way to add file-only location to SARIF object
+ }
----------------
abrahamcd wrote:
> @vaibhav.y , just wanted to confirm, the SarifDiagnosticWriter can only add locations that include row/column numbers, correct?
Yes, this is currently not supported.
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