[all-commits] [llvm/llvm-project] 09e7fe: [AST][RecoveryAST] Preserve the type by default fo...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Aug 24 05:34:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 09e7fe9859b4efeeb35697c095c9676e993fc03c
https://github.com/llvm/llvm-project/commit/09e7fe9859b4efeeb35697c095c9676e993fc03c
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-08-24 (Mon, 24 Aug 2020)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/CXX/temp/temp.constr/temp.constr.order/function-templates.cpp
M clang/test/SemaCXX/abstract.cpp
M clang/test/SemaCXX/decl-expr-ambiguity.cpp
M clang/test/SemaCXX/recovery-expr-type.cpp
M clang/test/SemaCXX/type-convert-construct.cpp
M clang/test/SemaTemplate/dependent-names.cpp
Log Message:
-----------
[AST][RecoveryAST] Preserve the type by default for recovery expression.
Differential Revision: https://reviews.llvm.org/D82657
More information about the All-commits
mailing list