steakhal accepted this revision.
steakhal added a comment.
This revision is now accepted and ready to land.

Okay, it still looks a bit odd, but this is definitely an increment.



================
Comment at: clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp:48
+ConstraintManager::assumeDualImpl(ProgramStateRef &State,
+                                  AssumeFunction &Assume) {
+  ProgramStateRef StTrue = Assume(true);
----------------
Although this is a variable referring to a function, it's still a variable.
I find it difficult to read if a variable name is a //verb//.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125954

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

Reply via email to