[clang] [clang][Sema] Improve template argument deduction diagnostic (PR #122754)
Justin Fargnoli via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 20 15:56:14 PST 2025
================
@@ -4870,9 +4870,25 @@ def note_ovl_candidate_inconsistent_deduction_types : Note<
"candidate template ignored: deduced values %diff{"
"of conflicting types for parameter %0 (%1 of type $ vs. %3 of type $)|"
"%1 and %3 of conflicting types for parameter %0}2,4">;
+
----------------
justinfargnoli wrote:
Delete newline
https://github.com/llvm/llvm-project/pull/122754
More information about the cfe-commits
mailing list