[all-commits] [llvm/llvm-project] 684e41: [AST][RecoveryExpr] Preserve the AST for invalid c...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Jul 20 05:59:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 684e416ef1361fc3cc93bebbee1466b844751497
https://github.com/llvm/llvm-project/commit/684e416ef1361fc3cc93bebbee1466b844751497
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M clang/test/AST/ast-dump-recovery.cpp
M clang/test/SemaTemplate/instantiate-expr-3.cpp
Log Message:
-----------
[AST][RecoveryExpr] Preserve the AST for invalid conditions.
Adjust an existing diagnostic test, which is an improvement of secondary diagnostic.
Differential Revision: https://reviews.llvm.org/D81163
More information about the All-commits
mailing list