[clang] [Clang] Fix various bugs in alias CTAD transform (PR #132061)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 23 22:14:13 PDT 2025
================
@@ -1072,12 +1072,27 @@ BuildDeductionGuideForTypeAlias(Sema &SemaRef,
AliasRhsTemplateArgs, TDeduceInfo, DeduceResults,
/*NumberOfArgumentsMustMatch=*/false);
+ static std::function<bool(const TemplateArgument &TA)> IsNonDeducedArgument =
----------------
zyn0217 wrote:
Ah sorry I saw the comment 2 days after this got merged - there must be some bugs with the github notification system!
https://github.com/llvm/llvm-project/pull/132061
More information about the cfe-commits
mailing list