[PATCH] D88312: "ErrorReturn checker" WIP review

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 06:01:24 PDT 2020


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



More information about the cfe-commits mailing list