[clang] [clang] CTAD: build aggregate deduction guides for alias templates. (PR #85904)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 5 07:09:24 PDT 2024


================
@@ -9713,7 +9713,8 @@ class Sema final {
   /// not already done so.
   void DeclareImplicitDeductionGuides(TemplateDecl *Template,
                                       SourceLocation Loc);
-  FunctionTemplateDecl *DeclareImplicitDeductionGuideFromInitList(
+  /// Declare aggregate deduction guides.
----------------
hokein wrote:

OK, I removed it. 

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


More information about the cfe-commits mailing list