[PATCH] D123182: [Concepts] Fix issue #53640

Roy Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 5 22:13:40 PDT 2022


royjacobson created this revision.
Herald added a project: All.
royjacobson requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Constraints were used for overload resolution tie breaking even when it was not allowed
because the functions had different parameter types.

Fixes GitHub issue https://github.com/llvm/llvm-project/issues/53640


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123182

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaOverload.cpp
  clang/lib/Sema/SemaTemplateDeduction.cpp
  clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/p6.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123182.420707.patch
Type: text/x-patch
Size: 10388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220406/5ee5beee/attachment-0001.bin>


More information about the cfe-commits mailing list