[LLVMbugs] [Bug 4460] [Recovery] Poor diagnostics for missing '; ' prior to template declaration
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Feb 28 10:20:26 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=4460
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-02-28 12:20:25 CST ---
We now produce:
t.cc:1:34: error: expected ';' after struct
template<typename T> struct A { }
^
;
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list