Charusso marked an inline comment as done.
Charusso added inline comments.

================
Comment at: clang/test/Analysis/cast-value-notes.cpp:34
+  if (dyn_cast_or_null<Circle>(C)) {
+    // no-note: 'Assuming 'C' is a 'Circle', not a 'Circle''
+    return;
----------------
NoQ wrote:
> A circle is always a circle.
I have removed that contradiction test case as being silly, but yes, that was 
the `no-warning` test properly.


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

https://reviews.llvm.org/D66325



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

Reply via email to