Szelethus added inline comments.

================
Comment at: clang/lib/StaticAnalyzer/Checkers/ErrorReturnChecker.cpp:505
+      Report->markInteresting(CallSym);
       Report->addRange(CallLocation);
       C.emitReport(std::move(Report));
----------------
This still causes more harm then good, I'd propose to remove it, even for 
evaluation/debug purposes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88312/new/

https://reviews.llvm.org/D88312

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

Reply via email to