f1f4c93a8e8a6721bd0cf01c903e7d397eb79240
All checks were successful
Validate the build / validate-build (push) Successful in 28s
When a number has a suffix the lexer state didn't record the number of characters consumed for this suffix. This made the lexer state be 2-3 characters short in its line location reporting until it encountered a newline character. It did not otherwise corrupt the state of the lexer.
Description
Languages
C
94.2%
C++
3.8%
Makefile
1.3%
Assembly
0.5%
Shell
0.2%