inbelic wrote:

Rebasing onto the lexer changes that have been added to main. Since there were 
some disruptive review changes in the lexer (removing parsing of integers, 
removing any error handling and moving the lexer to the Lex subdir) that we are 
rebasing on, it was quite difficult to apply those changes in a nice way here 
without have a rebase.

So apologies for having to rebase here. What has actually changed in the 
rebase, is the addition of the `HandleUIntLiteral` function and a change in how 
`ConsumeExpectedToken`/`TryConsumeExpectedToken` work as they no longer need to 
propagate lexer errors. Other than that, it is just documentation updates from 
the previous review and some small fixups.

https://github.com/llvm/llvm-project/pull/122982
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to