[PATCH] D72705: [analyzer] Added new checker 'alpha.unix.ErrorReturn'.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 18 08:34:42 PDT 2020


balazske marked an inline comment as done.
balazske added a comment.

I can make comparisons if more functions are added to the checker, `fputs` only is not sufficient.



================
Comment at: clang/lib/StaticAnalyzer/Checkers/ErrorReturnChecker.cpp:221
+/// and the visitor is called on a `Parent` that is the binary operator. See
+/// `ErrorReturnCHecker::checkAccess` for the calling algorithm.
+class ErrorCheckTestStmtVisitor
----------------
fix `ErrorReturnCHecker` here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72705





More information about the cfe-commits mailing list