http://llvm.org/bugs/show_bug.cgi?id=15023
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from [email protected] 2013-01-30 14:08:51 CST --- (In reply to comment #2) > note_ovl_candidate_inconsistent_deduction has a %diff, but the parameters are > only sometimes types. Suggest we teach the diagnostic printer to fall back to > printing "%diff{ ($ vs $)|}2,3" as " (%2 vs %3)" if either or both arguments > aren't ak_qualtype. Successfully taught diagnostic printer to properly handle non-Qualtypes passed to %diff in r173965. -- 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
