================
@@ -144,6 +156,30 @@ class Parser::CodeTokenizer {
return result;
}
+ void consumeNumberLiteral(TokenInfo *result) {
----------------
chios202 wrote:
It is called on line 148
https://github.com/llvm/llvm-project/pull/115670