bloomberg/clang-p2996

Crash while lexing certain invalid expressions having a left-splice at global scope

Closed this issue · 0 comments

Splicing certain invalid expressions at global scope, e.g.,

[:(3:]
[:(3
[:

all produce a crash. Probably some error with not checking for EOF or ; or something. Gotta review the lexing code.