[clang] [clang][Sema] Improve template argument deduction diagnostic (PR #122754)
Justin Fargnoli via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 20 16:01:45 PST 2025
================
@@ -822,13 +834,14 @@ void DeductionFailureInfo::Destroy() {
case TemplateDeductionResult::Incomplete:
case TemplateDeductionResult::TooManyArguments:
case TemplateDeductionResult::TooFewArguments:
- case TemplateDeductionResult::InvalidExplicitArguments:
+ // case TemplateDeductionResult::InvalidExplicitArguments:
----------------
justinfargnoli wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/122754
More information about the cfe-commits
mailing list