[clang] [Clang] Clarify diagnostic notes for implicitly generated deduction guides (PR #96084)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 24 03:38:42 PDT 2024


================
@@ -12114,6 +12115,35 @@ static void NoteFunctionCandidate(Sema &S, OverloadCandidate *Cand,
     return;
   }
 
+  // If this is an implicit deduction guide against an implicitly defined
+  // constructor, add a note for it. Neither these deduction guides nor their
+  // corresponding constructors are explicitly spelled in the source code,
----------------
Sirraide wrote:

I personally would probably prefer not printing them if there already is enough context, but I don’t feel too strongly either way.

https://github.com/llvm/llvm-project/pull/96084


More information about the cfe-commits mailing list