[PATCH] D50418: [Sema] Support for P0961R1: Relaxing the structured bindings customization point finding rules
Erik Pilkington via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 7 16:34:41 PDT 2018
erik.pilkington created this revision.
erik.pilkington added a reviewer: rsmith.
Herald added a subscriber: dexonsmith.
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0961r1.html
I don't believe an actual defect report was filed for this, but the paper (in the "wording" section) claims that we should back-port this to C++17 as if it were a defect report. Besides that, this is pretty straightforward.
Thanks for taking a look!
Erik
Repository:
rC Clang
https://reviews.llvm.org/D50418
Files:
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/CXX/dcl.decl/dcl.decomp/p3.cpp
clang/www/cxx_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50418.159622.patch
Type: text/x-patch
Size: 5401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180807/4177efd2/attachment.bin>
More information about the cfe-commits
mailing list