yvvan added a comment.

I will add more tests...



================
Comment at: test/SemaCXX/member-expr.cpp:193
+    Cl0* c;
+    return c.a;  // expected-error {{member reference type 'PR15045::Cl0 *' is 
a pointer; did you mean to use '->'?}}
+  }
----------------
ilya-biryukov wrote:
> Is this still needed after we removed the diagnostics code?
Yes, even if it does not fail it is not related to that change anymore


https://reviews.llvm.org/D41537



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

Reply via email to