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 1a05663 commit 803a93aCopy full SHA for 803a93a
grammar.js
@@ -252,6 +252,7 @@ module.exports = grammar(C, {
252
seq(
253
// C uses _declaration_declarator here for some nice macro parsing in function declarators,
254
// but this causes a world of pain for C++ so we'll just stick to the normal _declarator here.
255
+ optional($.ms_call_modifier),
256
$._declarator,
257
optional($.gnu_asm_expression),
258
),
0 commit comments