[PATCH] D156546: [Clang][WIP]Experimental implementation of data member packs declarations
Zenong Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 28 15:38:02 PDT 2023
SlaterLatiao updated this revision to Diff 545297.
SlaterLatiao added a comment.
Address comments.
- Added test case of duplicate types in template arguments.
- Added ending new line to test case file.
- Renamed "packed data members" -> "data member packs"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156546/new/
https://reviews.llvm.org/D156546
Files:
clang/lib/Sema/SemaTemplateInstantiate.cpp
clang/lib/Sema/SemaType.cpp
clang/test/CodeGenCXX/data_member_packs.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156546.545297.patch
Type: text/x-patch
Size: 7604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230728/98ad4860/attachment.bin>
More information about the cfe-commits
mailing list