<div>Hi,</div><div>Please find the fixed patch.</div><div>š</div><div>Regards,</div><div>Stepan</div><div>20.09.2011, 22:59, "David Blaikie" <dblaikie@gmail.com>:</div><blockquote><div><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid #cccccc;padding-left:1ex;">C++ allows "typename" keywords with identifiers only. In this case compiler interpret identifier as type definition. Clang doesn't check for this case and crash.<br /> Please find the patch attached for review.</blockquote><div>Could you simplify the test case from the bug & include it in the change? (& the diagnostic message should probably use the word "typename" not "type name" (since it refers to an identifier). You could also, potentially, include a removal fixit to remove the typename token if you think that might be the likely fix (seems to be in this case))</div><div>- Davidš</div></div><p>_______________________________________________<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">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a></p></blockquote>