[LLVMbugs] [Bug 12118] Doesn't consider list initialization of "initializer_list<X>" as a tie-breaker
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 28 15:37:08 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=12118
Sebastian Redl <sebastian.redl at getdesigned.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Sebastian Redl <sebastian.redl at getdesigned.at> 2012-02-28 17:37:08 CST ---
... didn't I just fix practically the same bug?
Actually, since the fix for PR12092, Clang does consider the tie-breaker. It
just didn't consider {0} -> int a list-initialization.
TryListConversion could really use a restructuring.
Fixed in r151666.
--
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