Closed
Description
Describe the bug
I came across this comment:
https://github.com/hsutter/cppfront/blob/main/source/lex.h#L312
The problem is that because of padding, the structure takes up the same amount of space as if it
contained string_view
instead.
Another problem is that in theory user could input a string literal token that is over 2^16 characters long.