llvm/llvm-project

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

开放

#92,224 创建于 2024年5月15日

 (13 条评论) (0 个反应) (0 位负责人)C++ (10,782 个派生)batch import
clang:frontendgood first issue

仓库指标

星标
 (26,378 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南