[all-commits] [llvm/llvm-project] 90d1d2: [clang][bytecode] Overrride locs for certain CXXCo...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Aug 6 00:08:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90d1d2350721f684bb6697b9db7ce36df252fbed
https://github.com/llvm/llvm-project/commit/90d1d2350721f684bb6697b9db7ce36df252fbed
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/InterpFrame.cpp
M clang/test/AST/ByteCode/cxx11.cpp
M clang/test/SemaCXX/constexpr-value-init.cpp
Log Message:
-----------
[clang][bytecode] Overrride locs for certain CXXConstructExprs (#152185)
Do it only if we will end up skipping the initializer anyway because
it's a trivial copy or move constructor.
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