[PATCH] D113752: [Parse] Use empty RecoveryExpr when if/while/do/switch conditions fail to parse
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 12 04:06:01 PST 2021
sammccall updated this revision to Diff 386797.
sammccall added a comment.
More conservative in changes to ActOnIfStmt
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113752/new/
https://reviews.llvm.org/D113752
Files:
clang/include/clang/Parse/Parser.h
clang/include/clang/Sema/Sema.h
clang/lib/Parse/ParseExprCXX.cpp
clang/lib/Parse/ParseStmt.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaStmt.cpp
clang/lib/Sema/TreeTransform.h
clang/test/AST/ast-dump-invalid.cpp
clang/test/AST/loop-recovery.cpp
clang/test/Parser/cxx0x-attributes.cpp
clang/test/Sema/complex-int.c
clang/test/SemaCXX/condition.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113752.386797.patch
Type: text/x-patch
Size: 16867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211112/ead10b61/attachment-0001.bin>
More information about the cfe-commits
mailing list