Source lines with mismatched parentheses are hard cases for error
recovery in parsing, and the best error message (viz.,
"here's an unmatched parenthesis") can be emitted from the
prescanner.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo