[all-commits] [llvm/llvm-project] 6fac21: [clang][bytecode] Avoid copies with elidable CXXCo...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Nov 7 20:30:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fac21e4049cfa375dd2f2a5e449358e257377a0
https://github.com/llvm/llvm-project/commit/6fac21e4049cfa375dd2f2a5e449358e257377a0
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-11-08 (Sat, 08 Nov 2025)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/Opcodes.td
M clang/test/AST/ByteCode/cxx11.cpp
M clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p2.cpp
Log Message:
-----------
[clang][bytecode] Avoid copies with elidable CXXConstructExprs (#166931)
To fix the newly added cwg6.cpp.
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