Also delete two overloads, which don't seem necessary.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
This leaves a natural followup of working out where we can set this to true :-)
Paths
| Differential D82047
[AST] Move the "fallback to recovery expr" mechanism to CorrectDelayedTyposInExpr, NFC ClosedPublic Authored by hokein on Jun 17 2020, 12:43 PM.
Details Summary Also delete two overloads, which don't seem necessary.
Diff Detail
Event TimelineComment Actions Thanks! This leaves a natural followup of working out where we can set this to true :-) This revision is now accepted and ready to land.Jun 17 2020, 3:10 PM Closed by commit rG910689f0aa72: [AST] Move the "fallback to recovery expr" mechanism to… (authored by hokein). · Explain WhyJun 17 2020, 11:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 271592 clang/include/clang/Sema/Sema.h
clang/lib/Parse/ParseDeclCXX.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaExprCXX.cpp
clang/lib/Sema/SemaStmt.cpp
|