[LLVMbugs] [Bug 12564] Reference type matching in noexcept decls broke

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 16 11:29:53 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=12564

Douglas Gregor <dgregor at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Douglas Gregor <dgregor at apple.com> 2012-04-16 13:29:53 CDT ---
The real issue here is that Clang doesn't delay parsing of
exception-specifications until the end of the class definition. I've
implemented this aspect of C++98/03/11 in Clang r154844.

-- 
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