[all-commits] [llvm/llvm-project] 67cb04: [clang] Remove dead incremental Parser code (#102450)
Jonas Hahnfeld via All-commits
all-commits at lists.llvm.org
Fri Aug 9 00:00:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67cb04035fe831a3b5df98dabc44b53ba5ff7126
https://github.com/llvm/llvm-project/commit/67cb04035fe831a3b5df98dabc44b53ba5ff7126
Author: Jonas Hahnfeld <jonas.hahnfeld at cern.ch>
Date: 2024-08-09 (Fri, 09 Aug 2024)
Changed paths:
M clang/lib/Parse/Parser.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list