llvm/llvm-project

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

Open

#92,224 opened on May 15, 2024

 (13 comments) (0 reactions) (0 assignees)C++ (10,782 forks)batch import
clang:frontendgood first issue

Repository metrics

Stars
 (26,378 stars)
PR merge metrics
 (PR metrics pending)

Description

In SemaTemplateDeduction.cpp, we have two duplicated versions of FinishTemplateArgumentDeduction. And after #89358, we have three duplications.

Contributor guide