[all-commits] [llvm/llvm-project] bddac5: [clang][bytecode] Try to avoid dtor functions in R...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Aug 26 05:17:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bddac5eda9b7591e05ccdc86a5e86c592085f318
https://github.com/llvm/llvm-project/commit/bddac5eda9b7591e05ccdc86a5e86c592085f318
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M clang/lib/AST/ByteCode/Descriptor.cpp
Log Message:
-----------
[clang][bytecode] Try to avoid dtor functions in Record descriptors (#155396)
We don't need to call the dtor fn of a record where all bases, fields
and virtual bases have no dtor fn either.
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