Files
clang-p2996/clang/lib/Lex/Lexer.cpp
Jan Svoboda cde90e68f8 [clang][deps] Respect Lexer::cutOffLexing() (#134404)
This is crucial when recovering from fatal loader errors. Without it,
the `Lexer` keeps yielding more tokens and the compiler may access
invalid `ASTReader` state.

rdar://133388373
2025-04-04 10:21:33 -07:00

166 KiB