llvm/llvm-project
[clang] Deduplicate `FinishTemplateArgumentDeduction` helper function in `SemaTemplateDeduction.cpp`.
オープン
#92,224 opened on 2024/05/15
clang:frontendgood first issue
Repository metrics
- Stars
- (26,378 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
In SemaTemplateDeduction.cpp, we have two duplicated versions of FinishTemplateArgumentDeduction. And after #89358, we have three duplications.