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.
2 parents 0bdaa52 + 2979a14 commit fffaea1Copy full SHA for fffaea1
utils/gyb_syntax_support/Token.py
@@ -314,7 +314,7 @@ def macro_name(self):
314
classification='StringLiteral', serialization_code=113),
315
316
Misc('Unknown', 'unknown', serialization_code=115),
317
- Misc('Identifier', 'identifier', classification=None,
+ Misc('Identifier', 'identifier', classification='Identifier',
318
serialization_code=105),
319
Misc('UnspacedBinaryOperator', 'oper_binary_unspaced',
320
serialization_code=107),
0 commit comments