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

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 26 04:10:42 PST 2016


joerg added a comment.

As I said on IRC, it might be useful to set -Wpadding -Wno-error=padding, but I don't think the current state adds value. So removing the option is certainly an acceptable step forward to me.


http://reviews.llvm.org/D15897





More information about the cfe-commits mailing list