[all-commits] [llvm/llvm-project] 8852d3: [AST][RecoveryExpr] Don't perform early typo corre...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Oct 12 02:28:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8852d30b1c1b3b65cec0147cdf442051aa35e31b
https://github.com/llvm/llvm-project/commit/8852d30b1c1b3b65cec0147cdf442051aa35e31b
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M clang/test/AST/ast-dump-recovery.c
Log Message:
-----------
[AST][RecoveryExpr] Don't perform early typo correction in C.
The dependent mechanism for C error-recovery is mostly finished,
this is the only place we have missed.
Differential Revision: https://reviews.llvm.org/D89045
More information about the All-commits
mailing list