[PATCH] D153776: [clang][analyzer] Display notes in StdLibraryFunctionsChecker only if interesting

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 26 08:48:37 PDT 2023


steakhal added inline comments.


================
Comment at: clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp:1325
       if (!Pred)
-        break;
+        continue;
     }
----------------
Why do you continue here? Do you have a case for this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153776



More information about the cfe-commits mailing list