[all-commits] [llvm/llvm-project] 37eb46: Reland "[Modules] Record whether VarDecl initializ...
Henrik G. Olsson via All-commits
all-commits at lists.llvm.org
Mon Jun 23 20:20:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37eb465710b45e0e56e6e7f662fd6b252bf0d309
https://github.com/llvm/llvm-project/commit/37eb465710b45e0e56e6e7f662fd6b252bf0d309
Author: Henrik G. Olsson <hnrklssn at gmail.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/AST/ExprConstant.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
A clang/test/Modules/var-init-side-effects.cpp
Log Message:
-----------
Reland "[Modules] Record whether VarDecl initializers contain side effects" (#145447)
This reverts commit 329ae86 and adds an early exit for EvaluateInPlace when the expression's type is null.
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