llvm/llvm-project

[clang] Deduplicate `FinishTemplateArgumentDeduction` helper function in `SemaTemplateDeduction.cpp`.

Aperta

#92.224 aperta il 15 mag 2024

 (13 commenti) (0 reazioni) (0 assegnatari)C++ (10.782 fork)batch import
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.

Guida contributor