[PATCH] D126406: [analyzer] Return from reAssume if State is posteriorly overconstrained

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 26 04:51:21 PDT 2022


martong added inline comments.


================
Comment at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h:118
+  // Make internal constraint solver entities friends so they can access the
+  // overconstrained related functions. We want to keep this API inaccessible
+  // for Checkers.
----------------
steakhal wrote:
> 
Fixed, thx.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126406



More information about the cfe-commits mailing list