The dependent mechanism for C error-recovery is mostly finished,
this is the only place we have missed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89045
[AST][RecoveryExpr] Don't perform early typo correction in C. ClosedPublic Authored by hokein on Oct 8 2020, 7:07 AM.
Details Summary The dependent mechanism for C error-recovery is mostly finished,
Diff Detail
Event Timelinehokein added a child revision: D89046: [AST] Build recovery expression by default for all language..Oct 8 2020, 7:38 AM This revision is now accepted and ready to land.Oct 9 2020, 4:09 AM Closed by commit rG8852d30b1c1b: [AST][RecoveryExpr] Don't perform early typo correction in C. (authored by hokein). · Explain WhyOct 12 2020, 2:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 297520 clang/lib/Sema/SemaExpr.cpp
clang/test/AST/ast-dump-recovery.c
|