This is an archive of the discontinued LLVM Phabricator instance.

[pseudo][wip] Recovery for statements.
Needs ReviewPublic

Authored by hokein on Sep 27 2022, 6:53 AM.

Details

Reviewers
sammccall
Summary

The main idea is to reuse the existing declaration recovery strategy --
extending it to cover some statement-specific bits.

Base on https://reviews.llvm.org/D130460

Diff Detail

Event Timeline

hokein created this revision.Sep 27 2022, 6:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 6:53 AM
hokein requested review of this revision.Sep 27 2022, 6:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 6:53 AM

it should demonstrate the main idea. I will do some more tweaks (rename etc), and add tests once we agree on the direction.