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 71b6779 commit e6a55e3Copy full SHA for e6a55e3
clang/test/Sema/feature-availability.c
@@ -258,7 +258,6 @@ void test7(void) {
258
259
#ifdef USE_DOMAIN
260
void test8(void) {
261
- // FIXME: Use of 'func21()' should not be diagnosed because feature5 is always available.
262
func21();
263
func22(); // expected-error {{cannot use 'func22' because feature 'feature5' is available in this context}}
264
0 commit comments