This allows incomplete code such as namespace foo { to be modeled as a
normal sequence with the missing } represented by an empty opaque node.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I want to land a recovery rule that completes scopes (e.g. namespaces) rather than discarding them.
But i have to fix several deficiencies, at least this one, D130550, D130523. and at some point we have to allow rules to have more than one recovery point.
I like having the motivating case in the patch itself but in this case there's just too much of this stuff