[PATCH] D15897: [libc++] Silence warning about padding inserted at the tail of struct _Rep_base

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 26 11:56:36 PST 2016


ahatanak added a comment.

There is also a PR about splitting -Wpadded into two options: one warns about padding in the middle of a struct and the other warns about padding at the end. If the former option is used instead of -Wpadded, I believe it's possible to remove the pragmas that are currently used in libc++.

https://llvm.org/bugs/show_bug.cgi?id=22442


http://reviews.llvm.org/D15897





More information about the cfe-commits mailing list