[all-commits] [llvm/llvm-project] 13d6a5: [Clang] constraints partial ordering should work w...
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Tue Oct 18 17:31:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13d6a57cbe2776c4873302c0cf04e27b77bd2862
https://github.com/llvm/llvm-project/commit/13d6a57cbe2776c4873302c0cf04e27b77bd2862
Author: Yuanfang Chen <yuanfang.chen at sony.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M clang/lib/Sema/SemaTemplateDeduction.cpp
A clang/test/SemaTemplate/deduction-guide-partial-ordering.cpp
Log Message:
-----------
[Clang] constraints partial ordering should work with deduction guide
D128750 incorrectly skips constraints partial ordering for deduction guide.
This patch reverts that part.
Fixes https://github.com/llvm/llvm-project/issues/58456.
More information about the All-commits
mailing list