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
C++ front-end: enum attributes and multiple attributes
Clang's standard library includes enum member attributes and uses of
`__attribute__((...)) __attribute__((...))` rather than combining
multiple attributes via a comma between them.
0 commit comments