[PATCH] D23279: clang-reorder-fields
Kirill Bobyrev via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 9 02:38:15 PDT 2016
omtcyfz added a comment.
In https://reviews.llvm.org/D23279#509570, @klimek wrote:
> In https://reviews.llvm.org/D23279#509568, @omtcyfz wrote:
>
> > And actually it makes much more sense for C than for C++. In C++ you just do `s/struct/class/g`, insert `public:` and you're golden.
>
>
> That doesn't work if you want to minimize object size, though?
Ah, yes.
In https://reviews.llvm.org/D23279#509606, @omtcyfz wrote:
> Both things are complex and require a Community-wise discussion.
I'll bring it up shortly.
Repository:
rL LLVM
https://reviews.llvm.org/D23279
More information about the cfe-commits
mailing list