llvm/llvm-project
[clang] Deduplicate `FinishTemplateArgumentDeduction` helper function in `SemaTemplateDeduction.cpp`.
Aperta
#92.224 aperta il 15 mag 2024
clang:frontendgood first issue
Metriche repository
- Star
- (26.378 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
In SemaTemplateDeduction.cpp, we have two duplicated versions of FinishTemplateArgumentDeduction. And after #89358, we have three duplications.