[AST][RecoveryExpr] Support dependent binary operator in C for error recovery.
authorHaojian Wu <hokein.wu@gmail.com>
Tue, 6 Oct 2020 06:51:49 +0000 (08:51 +0200)
committerHaojian Wu <hokein.wu@gmail.com>
Tue, 6 Oct 2020 06:53:31 +0000 (08:53 +0200)
commit70d9dc867417ac63fe280ab145776f75a9487f0f
treebd1811678677a3718e8327e91465efc3011bf547
parentee599bf2a9fe6d79777dbe1912daf2a34cbc14e1
[AST][RecoveryExpr] Support dependent binary operator in C for error recovery.

see the whole context in:  https://reviews.llvm.org/D85025

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D84226
clang/include/clang/AST/ASTContext.h
clang/lib/Sema/SemaExpr.cpp
clang/test/AST/ast-dump-recovery.c
clang/test/Sema/error-dependence.c [new file with mode: 0644]