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