[PATCH] D23279: clang-reorder-fields

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 9 01:53:54 PDT 2016


klimek added a comment.

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?


Repository:
  rL LLVM

https://reviews.llvm.org/D23279





More information about the cfe-commits mailing list