[all-commits] [llvm/llvm-project] 9264c8: [Sema] Remove the duplicated `DeduceTemplateArgume...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Fri Apr 5 11:17:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9264c85b47d3866c44f916cfff533c0d9d9d7a8d
https://github.com/llvm/llvm-project/commit/9264c85b47d3866c44f916cfff533c0d9d9d7a8d
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M clang/lib/Sema/SemaTemplateDeduction.cpp
Log Message:
-----------
[Sema] Remove the duplicated `DeduceTemplateArguments` for partial specialization, NFC (#87782)
We have two identical "DeduceTemplateArguments" implementations for
class and variable partial template specializations, this patch removes
the duplicated code.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list