[all-commits] [llvm/llvm-project] 29b363: [clang][bytecode] Don't check lvalue expressions f...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Feb 12 22:38:51 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29b363ea640f7a02987e3786d26538af14428c24
https://github.com/llvm/llvm-project/commit/29b363ea640f7a02987e3786d26538af14428c24
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M clang/lib/AST/ByteCode/EvalEmitter.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/CodeGenCXX/cxx2a-consteval.cpp
Log Message:
-----------
[clang][bytecode] Don't check lvalue expressions for initialization (#181309)
We're not reading from them, so they don't need to be fully initialized.
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