[all-commits] [llvm/llvm-project] 70d9dc: [AST][RecoveryExpr] Support dependent binary opera...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Oct 5 23:57:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 70d9dc867417ac63fe280ab145776f75a9487f0f
https://github.com/llvm/llvm-project/commit/70d9dc867417ac63fe280ab145776f75a9487f0f
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M clang/include/clang/AST/ASTContext.h
M clang/lib/Sema/SemaExpr.cpp
M clang/test/AST/ast-dump-recovery.c
A clang/test/Sema/error-dependence.c
Log Message:
-----------
[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
More information about the All-commits
mailing list