[PATCH] D71433: [analyzer] CERT: POS34-C

Zurab Tsinadze via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 7 06:03:04 PST 2020


zukatsinadze marked 2 inline comments as done.
zukatsinadze added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp:3383-3386
+std::unique_ptr<BugReporterVisitor> getMallocBRVisitor(SymbolRef Sym) {
+  return std::make_unique<MallocBugVisitor>(Sym);
+}
+
----------------
Szelethus wrote:
> And this?
Forgot to delete. Thanks


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

https://reviews.llvm.org/D71433





More information about the cfe-commits mailing list