[LLVMbugs] [Bug 12498] clang erroneously compiles conversion of initializer_list to forward-declared class

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 10 13:44:00 PDT 2012


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

Douglas Gregor <dgregor at apple.com> changed:

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

--- Comment #2 from Douglas Gregor <dgregor at apple.com> 2012-04-10 15:44:00 CDT ---
It turns out that we're correctly noting that there is a problem here, but
failing to actually emit a proper diagnostic due to a type mismatch. Fixed in
Clang r154432.

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