[libcxx-commits] [clang] [libcxx] [clang] Treat unnamed bitfields as padding in `__builtin_clear_padding` (PR #201102)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 4 08:57:21 PDT 2026
huixie90 wrote:
you are right. unnamed bitfield is not a member, hence not part of the value representation
https://eel.is/c++draft/class.bit#2
https://github.com/llvm/llvm-project/pull/201102
More information about the libcxx-commits
mailing list