[all-commits] [llvm/llvm-project] 329ae8: Revert "[Modules] Record whether VarDecl initializ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jun 23 14:02:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 329ae868cbc055b25497d6fa8bfa8388cf2afa91
https://github.com/llvm/llvm-project/commit/329ae868cbc055b25497d6fa8bfa8388cf2afa91
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/ExternalASTSource.h
M clang/include/clang/Sema/MultiplexExternalSemaSource.h
M clang/include/clang/Serialization/ASTReader.h
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/Sema/MultiplexExternalSemaSource.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
R clang/test/Modules/var-init-side-effects.cpp
Log Message:
-----------
Revert "[Modules] Record whether VarDecl initializers contain side effects" (#145407)
Reverts llvm/llvm-project#143739 because it triggers an assert:
```
Assertion failed: (!isNull() && "Cannot retrieve a NULL type pointer"), function getCommonPtr, file Type.h, line 952.
```
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list