[PATCH] D136545: [Clang] use non-template function declaration for constraints partial ordering

Yuanfang Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 24 22:35:44 PDT 2022


ychen updated this revision to Diff 470374.
ychen marked an inline comment as done.
ychen added a comment.

- do the same when 1. taking the address of a non-template function 2. computing SMF eligibility.
- restore removed test case


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136545/new/

https://reviews.llvm.org/D136545

Files:
  clang/docs/ReleaseNotes.rst
  clang/lib/Sema/SemaConcept.cpp
  clang/lib/Sema/SemaDecl.cpp
  clang/lib/Sema/SemaOverload.cpp
  clang/test/CXX/over/over.match/over.match.best/p2.cpp
  clang/test/CXX/temp/temp.constr/temp.constr.order/non-template-functions.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136545.470374.patch
Type: text/x-patch
Size: 8123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221025/813fc842/attachment-0001.bin>


More information about the cfe-commits mailing list