[all-commits] [llvm/llvm-project] 910689: [AST] Move the "fallback to recovery expr" mechani...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Jun 17 23:28:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 910689f0aa7207cd902716e0e32d243346a670e8
https://github.com/llvm/llvm-project/commit/910689f0aa7207cd902716e0e32d243346a670e8
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaStmt.cpp
Log Message:
-----------
[AST] Move the "fallback to recovery expr" mechanism to CorrectDelayedTyposInExpr, NFC
Summary: Also delete two overloads, which don't seem necessary.
Reviewers: sammccall
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82047
More information about the All-commits
mailing list