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 1ddd586 commit bbe6bd7Copy full SHA for bbe6bd7
clang/test/C/drs/dr3xx.c
@@ -188,7 +188,7 @@ void dr320(int okay[dr320_v]) { /* c89only-warning {{variable length arrays are
188
',' == L',' && '\\' == L'\\' && '"' == L'"' && '\'' == L'\'' \
189
)
190
#if __STDC_MB_MIGHT_NEQ_WC__
191
-#ifndef __FreeBSD__ // PR22208, FreeBSD expects us to give a bad (but conforming) answer here.
+#ifndef __FreeBSD__ /* PR22208, FreeBSD expects us to give a bad (but conforming) answer here. */
192
_Static_assert(!DR321, "__STDC_MB_MIGHT_NEQ_WC__ but all basic source characters have same representation");
193
#endif
194
#else
0 commit comments