[LLVMbugs] [Bug 15023] Clang crashes when variadic argument pack contains reference and value types.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 30 12:08:51 PST 2013


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

rtrieu at google.com changed:

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

--- Comment #3 from rtrieu at google.com 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.



More information about the llvm-bugs mailing list