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 0b5faa4 commit 3ce93a1Copy full SHA for 3ce93a1
src/ansi-c/scanner.l
@@ -1384,6 +1384,14 @@ __decltype { if(PARSER.cpp98 &&
1384
return make_identifier();
1385
}
1386
1387
+ /* This is a clang extension */
1388
+
1389
+"_Null_unspecified" { if(PARSER.mode==configt::ansi_ct::flavourt::CLANG)
1390
+ { /* ignore */ }
1391
+ else
1392
+ return make_identifier();
1393
+ }
1394
1395
1396
1397
/* operators following */
0 commit comments