Files
clang-p2996/clang/lib/Parse/Parser.cpp
Jonas Hahnfeld 67cb04035f [clang] Remove dead incremental Parser code (#102450)
When incremental processing is enabled, the Parser will never report
tok::eof but tok::annot_repl_input_end. However, that case is already
taken care of in IncrementalParser::ParseOrWrapTopLevelDecl() so this
check was never executing.
2024-08-09 09:00:23 +02:00

102 KiB