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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to