LGTM<div><br></div><div>I don't really like using the 'allocating an abstract type' diagnostic for creation of a temporary, but it seems we already do so for function-style casts.<br><br><div class="gmail_quote">
On Sun, May 6, 2012 at 12:27 PM, Aaron Ballman <span dir="ltr"><<a href="mailto:aaron@aaronballman.com" target="_blank">aaron@aaronballman.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is a patch to fix PR12658, where clang fails to detect an illegal<br>
instantiation of an abstract type when using a function-style cast to<br>
create the object.  I've also included a test case to demonstrate the<br>
fix.<br>
<span class="HOEnZb"><font color="#888888"><br>
~Aaron<br>
</font></span><br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div>