[all-commits] [llvm/llvm-project] 182838: [clang][bytecode] Fix APValue generation for RValu...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sun Jul 6 12:12:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1828381ed2591fe9cdc080c70f44ed7309be4df6
https://github.com/llvm/llvm-project/commit/1828381ed2591fe9cdc080c70f44ed7309be4df6
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-07-06 (Sun, 06 Jul 2025)
Changed paths:
M clang/lib/AST/ByteCode/Pointer.cpp
A clang/test/AST/ByteCode/libcxx/rvalue-reference-param.cpp
Log Message:
-----------
[clang][bytecode] Fix APValue generation for RValueReferenceType (#147207)
We need to ignore the lvalue path, just like we do for lvalue reference
types.
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