NoQ added inline comments.

================
Comment at: clang/lib/StaticAnalyzer/Core/SValBuilder.cpp:877-879
+      std::tie(IsZero, IsNotZero) =
+          
getStateManager().getConstraintManager().isSymValWithinOrOutsideRange(
+              State, SE, Zero, Zero);
----------------
What was wrong with `State->assume(V)`? Why make a new function? Is this for 
optimization only?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97874

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to