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 321f3d3 + f14feb5 commit 8672d6cCopy full SHA for 8672d6c
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