[all-commits] [llvm/llvm-project] 497d0c: [clang] check deduction consistency when partial o...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Thu Jul 25 22:05:52 PDT 2024
Branch: refs/heads/users/mizvekov/clang-fix-GH18291
Home: https://github.com/llvm/llvm-project
Commit: 497d0c668a7303ac45d4d589221976c23c476f3f
https://github.com/llvm/llvm-project/commit/497d0c668a7303ac45d4d589221976c23c476f3f
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2024-07-26 (Fri, 26 Jul 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/ExprConstant.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/test/CodeCompletion/variadic-template.cpp
A clang/test/SemaTemplate/GH18291.cpp
M clang/test/SemaTemplate/cwg2398.cpp
M clang/test/SemaTemplate/deduction.cpp
M clang/test/SemaTemplate/temp_arg_nontype.cpp
M clang/test/SemaTemplate/temp_arg_type.cpp
M clang/test/Templight/templight-empty-entries-fix.cpp
Log Message:
-----------
[clang] check deduction consistency when partial ordering function templates
This makes partial ordering of function templates consistent with
other entities.
Fixes #18291
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