http://llvm.org/bugs/show_bug.cgi?id=12118
Sebastian Redl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Sebastian Redl <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
