[all-commits] [llvm/llvm-project] 17ef78: [AST][RecoveryExpr] Preserve the AST for invalid c...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Jul 20 04:16:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 17ef788df56096ca5affdfc29d562c103f0e534c
https://github.com/llvm/llvm-project/commit/17ef788df56096ca5affdfc29d562c103f0e534c
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M clang/lib/Sema/SemaExprCXX.cpp
M clang/test/AST/ast-dump-recovery.cpp
M clang/test/SemaCXX/constant-expression-cxx11.cpp
M clang/test/SemaCXX/cxx0x-initializer-constructor.cpp
M clang/test/SemaCXX/cxx1z-copy-omission.cpp
Log Message:
-----------
[AST][RecoveryExpr] Preserve the AST for invalid class constructions.
Differential Revision: https://reviews.llvm.org/D81090
More information about the All-commits
mailing list