[PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821

Piotr Padlewski via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 05:32:39 PDT 2016


Prazek added a comment.

In http://reviews.llvm.org/D19105#400966, @thakis wrote:

> > I want to replace all unsigned that are 1 bits with bool.
>
>
> MSVC only packs bitfields of the same type together, so doing that change would make clang use much more memory on Windows.


Seriously MSVC? Seriously?
I guess I will have add something to my check to ignore bitfields of 1.


http://reviews.llvm.org/D19105





More information about the cfe-commits mailing list