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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to