[all-commits] [llvm/llvm-project] 334ec6: [AST][RecoveryExpr] Support dependent conditional ...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Oct 7 00:34:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 334ec6f807fa65e09571fa42a0c3be0eb39e7c0f
https://github.com/llvm/llvm-project/commit/334ec6f807fa65e09571fa42a0c3be0eb39e7c0f
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M clang/test/AST/ast-dump-recovery.c
M clang/test/Sema/error-dependence.c
Log Message:
-----------
[AST][RecoveryExpr] Support dependent conditional operators in C for error recovery.
suppress spurious "typecheck_cond_expect_scalar" diagnostic.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D84322
More information about the All-commits
mailing list