[all-commits] [llvm/llvm-project] 6db96c: [clang][bytecode] Always reject ctors of invalid p...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Feb 22 13:05:06 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6db96c9ecc781c742f546d2863632d44e9c9b435
https://github.com/llvm/llvm-project/commit/6db96c9ecc781c742f546d2863632d44e9c9b435
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-02-22 (Sat, 22 Feb 2025)
Changed paths:
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/records.cpp
Log Message:
-----------
[clang][bytecode] Always reject ctors of invalid parent decls (#128295)
The copy constructor of an invalid declaration might still be perfectly
valid, but we still need to reject it.
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