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

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 04:32:26 PDT 2016


thakis added a subscriber: thakis.
thakis added a comment.

> 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.


http://reviews.llvm.org/D19105





More information about the cfe-commits mailing list