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 a0635ed commit fdb16e6Copy full SHA for fdb16e6
clang/test/AST/Interp/c.c
@@ -109,4 +109,6 @@ _Static_assert(sizeof(name2) == 0, ""); // expected-error {{failed}} \
109
// pedantic-expected-error {{failed}} \
110
// pedantic-expected-note {{evaluates to}}
111
112
+#ifdef __SIZEOF_INT128__
113
void *PR28739d = &(&PR28739d)[(__int128)(unsigned long)-1]; // all-warning {{refers past the last possible element}}
114
+#endif
0 commit comments