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 16a49a7 commit e63402eCopy full SHA for e63402e
src/ansi-c/scanner.l
@@ -1389,6 +1389,14 @@ __decltype { if(PARSER.cpp98 &&
1389
return make_identifier();
1390
}
1391
1392
+ /* This is a clang extension */
1393
+
1394
+"_Null_unspecified" { if(PARSER.mode==configt::ansi_ct::flavourt::CLANG)
1395
+ { /* ignore */ }
1396
+ else
1397
+ return make_identifier();
1398
+ }
1399
1400
1401
1402
/* operators following */
0 commit comments