[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:40:25 PDT 2023
SlaterLatiao added a comment.
In D156546#4543697 <https://reviews.llvm.org/D156546#4543697>, @dblaikie wrote:
> (just a side note about the title of this patch: I got "packed data members" confused and thought this was referring to struct packing `__attribute__((packed))` - so perhaps something more like "data member packs" would be a more clear term here?)
I changed the name to "data member packs" in description and in the code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156546/new/
https://reviews.llvm.org/D156546
More information about the cfe-commits
mailing list