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 68ab074 commit f78b9afCopy full SHA for f78b9af
src/ansi-c/scanner.l
@@ -1271,7 +1271,8 @@ __decltype { if(PARSER.cpp98 &&
1271
"_Alignof" { if(!PARSER.cpp98 &&
1272
(PARSER.mode==configt::ansi_ct::flavourt::GCC ||
1273
PARSER.mode==configt::ansi_ct::flavourt::APPLE ||
1274
- PARSER.mode==configt::ansi_ct::flavourt::ARM))
+ PARSER.mode==configt::ansi_ct::flavourt::ARM ||
1275
+ PARSER.mode==configt::ansi_ct::flavourt::VISUAL_STUDIO))
1276
{ loc(); return TOK_ALIGNOF; }
1277
else
1278
return make_identifier();
0 commit comments