[PATCH] D84226: [AST][RecoveryExpr] Part1: Support dependent binary operator in C for error recovery.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 29 00:45:57 PDT 2020


hokein updated this revision to Diff 294901.
hokein marked 2 inline comments as done.
hokein added a comment.

address comments:

- reuse the RecoveryAST to control the early typo-correction;
- uses the fixed result type for some operators


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84226/new/

https://reviews.llvm.org/D84226

Files:
  clang/lib/Sema/SemaExpr.cpp
  clang/test/AST/ast-dump-recovery.c
  clang/test/Sema/error-dependence.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84226.294901.patch
Type: text/x-patch
Size: 4245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200929/add6dabf/attachment.bin>


More information about the cfe-commits mailing list