You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support to cast to and from types that contain bitfields. This will require changing the Flattening code in clang/lib/CodeGen/CGExpr.cpp to properly access bitfields. This also require changes to the Sema checking.
See PR #118842