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
When using operator && as the "Address of Label Extension", Clang-Format (15.0.7) formats this like below. Is it feasible to make it possible to format this specific use of && in another way? For example like (uint32_t)&&foo;?