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
Paths
| Differential D134737
[pseudo][wip] Recovery for statements. Needs ReviewPublic Authored by hokein on Sep 27 2022, 6:53 AM.
Details
Summary The main idea is to reuse the existing declaration recovery strategy -- Base on https://reviews.llvm.org/D130460
Diff Detail
Event TimelineComment Actions it should demonstrate the main idea. I will do some more tweaks (rename etc), and add tests once we agree on the direction.
Revision Contents
Diff 463220 clang-tools-extra/pseudo/lib/cxx/CXX.cpp
clang-tools-extra/pseudo/lib/cxx/Recovery.cpp
clang-tools-extra/pseudo/lib/cxx/cxx.bnf
|