[PATCH] D98087: [clang] Fix constrained decltype(auto) deduction

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 5 18:03:24 PST 2021


mizvekov updated this revision to Diff 328711.
mizvekov added a comment.

Turns out someone had already reported this bug.

This change puts "PR48384" in the new tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98087

Files:
  clang/lib/Sema/SemaType.cpp
  clang/test/CXX/dcl/dcl.fct/p17.cpp
  clang/test/CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp
  clang/test/Parser/cxx2a-placeholder-type-constraint.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98087.328711.patch
Type: text/x-patch
Size: 4634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210306/87056c4e/attachment.bin>


More information about the cfe-commits mailing list