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