[PATCH] D130523: [pseudo] Perform unconstrained recovery prior to completion.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 25 15:05:40 PDT 2022


sammccall added a comment.

Apart from this patch, the main other things we need to allow missing brackets to be inferred:

- allow recovery to trigger subsequent recovery, even at EOF. (Simplest way is to address the FIXME at 660, it's pretty involved)
- allow opaque nodes to represent terminals

I have a prototype of all this working together locally, it seems to work...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130523/new/

https://reviews.llvm.org/D130523



More information about the cfe-commits mailing list