gribozavr2 accepted this revision.
gribozavr2 added inline comments.

================
Comment at: clang/include/clang/Analysis/FlowSensitive/Formula.h:71
 
+  bool literal() const {
+    assert(kind() == Literal);
----------------
castAsLiteral() ?


================
Comment at: clang/unittests/Analysis/FlowSensitive/TestingSupport.h:421
 
+  // Creates a reference to a literal boolean value.
+  const Formula *literal(bool B) {
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153485

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

Reply via email to