[PATCH] D84226: [AST][RecoveryExpr] Support dependent binary operator in C for error recovery.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 10 07:19:35 PDT 2020
hokein updated this revision to Diff 284358.
hokein added a comment.
- rebase;
- add comments for CreateDependentBinOp, and make it private based on Richard's comment;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84226/new/
https://reviews.llvm.org/D84226
Files:
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Driver/Options.td
clang/include/clang/Sema/Sema.h
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaOverload.cpp
clang/test/AST/ast-dump-recovery.c
clang/test/Sema/error-dependence.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84226.284358.patch
Type: text/x-patch
Size: 7967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200810/a0df3974/attachment.bin>
More information about the cfe-commits
mailing list