<div class="gmail_quote">On Mon, Apr 16, 2012 at 11:27 AM, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com">dgregor@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: dgregor<br>
Date: Mon Apr 16 13:27:27 2012<br>
New Revision: 154844<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=154844&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=154844&view=rev</a><br>
Log:<br>
Implement the last part of C++ [class.mem]p2, delaying the parsing of<br>
exception specifications on member functions until after the closing<br>
'}' for the containing class. This allows, for example, a member<br>
function to throw an instance of its own class. Fixes PR12564 and a<br>
fairly embarassing oversight in our C++98/03 support.<br></blockquote><div><br></div><div>This feature was removed from the language in DR1308 (which was voted into the WP at Kona).</div></div>