[PATCH] D65212: [analyzer] Fix exporting SARIF files from scan-build on Windows
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 7 17:18:19 PDT 2019
NoQ added inline comments.
================
Comment at: clang/tools/scan-build/libexec/ccc-analyzer:121
END {
- if (defined $ResultFile && -z $ResultFile) {
unlink($ResultFile);
----------------
Whoops. I suspect that we're now unconditionally deleting all plist output, which isn't exactly what we wanted. I think we actually wanted to delete //empty// plist files here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65212/new/
https://reviews.llvm.org/D65212
More information about the cfe-commits
mailing list