[all-commits] [llvm/llvm-project] a2ac64: Revert "Ensure that checkInitIsICE is called exact...
ZequanWu via All-commits
all-commits at lists.llvm.org
Mon Oct 26 12:00:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a2ac64dd905422ed84e273a98d846df022a5e2ec
https://github.com/llvm/llvm-project/commit/a2ac64dd905422ed84e273a98d846df022a5e2ec
Author: Zequan Wu <zequanwu at google.com>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M clang/include/clang/AST/Decl.h
M clang/include/clang/Serialization/ASTRecordWriter.h
M clang/lib/AST/ComparisonCategories.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/test/CodeGen/enable_if.c
M clang/test/OpenMP/threadprivate_codegen.cpp
M clang/test/Sema/enable_if.c
M clang/test/SemaCXX/constant-expression.cpp
M clang/test/SemaCXX/i-c-e-cxx.cpp
Log Message:
-----------
Revert "Ensure that checkInitIsICE is called exactly once for every variable"
This causing `Assertion Result && "Could not evaluate expression"' failed` at https://bugs.chromium.org/p/chromium/issues/detail?id=1142009
This reverts commit 76c0092665867a6defcd328ba0d0d976eb65d991.
More information about the All-commits
mailing list