[PATCH] D109701: [clang] Emit SARIF Diagnostics: Create `clang::SarifDocumentWriter` interface
Vaibhav Yenamandra via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 11 08:30:06 PDT 2022
vaibhav.y updated this revision to Diff 443654.
vaibhav.y added a comment.
Discard most likely culprit in test code causing unexpected crash.
@aaron.ballman I was unable to reproduce the issue on my end using the buildbot
instructions and ASAN, UBSAN.
Is it possible for you to trigger a pre-merge check on the LLVM cluster?
I have suspicions that it was the `SarifResult &&` type in the test so I changed
it to a `const SarifResult &`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109701/new/
https://reviews.llvm.org/D109701
Files:
clang/include/clang/Basic/Sarif.h
clang/lib/Basic/CMakeLists.txt
clang/lib/Basic/Sarif.cpp
clang/unittests/Basic/CMakeLists.txt
clang/unittests/Basic/SarifTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109701.443654.patch
Type: text/x-patch
Size: 46828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220711/04be83b8/attachment-0001.bin>
More information about the cfe-commits
mailing list