bloomberg / clang-p2996

Experimental clang support for WG21 P2996 (Reflection).
https://github.com/bloomberg/clang-p2996/tree/p2996/P2996.md
51 stars 8 forks source link

Disallow splicing of unnamed bit-fields #76

Closed katzdm closed 1 month ago

katzdm commented 1 month ago

We don't want to allow access to the state held by unnamed bit-fields; splicing these should be ill-formed.