martong added inline comments.

================
Comment at: 
clang/unittests/StaticAnalyzer/TestReturnValueUnderConstruction.cpp:28
+
+    Optional<SVal> RetVal = Call.getReturnValueUnderConstruction(0);
+    assert(RetVal);
----------------
How do we know that `0` is the proper block count?


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

https://reviews.llvm.org/D80366



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

Reply via email to