We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd4a25 commit 53ba18dCopy full SHA for 53ba18d
clang/test/Sema/enum.c
@@ -130,8 +130,6 @@ typedef struct Color NewColor; // expected-error {{use of 'Color' with tag type
130
typedef enum : unsigned char { Pink, Black, Cyan } Color; // expected-warning {{enumeration types with a fixed underlying type are a C23 extension}}
131
#endif
132
133
-
134
135
// PR28903
136
// In C it is valid to define tags inside enums.
137
struct PR28903 {
0 commit comments