diff options
author | Vlad Serebrennikov <serebrennikov.vladislav@gmail.com> | 2024-07-25 20:15:14 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-25 20:15:14 +0400 |
commit | 3295d377f37a60597321f502d164b5d6b1948e28 (patch) | |
tree | 9fce6488cdf2f98d685e13be4b0ee7a6c4ed0c28 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | d8b672dac9f8945ab35cffaa4e196e3d3e61da1f (diff) | |
download | llvm-3295d377f37a60597321f502d164b5d6b1948e28.zip llvm-3295d377f37a60597321f502d164b5d6b1948e28.tar.gz llvm-3295d377f37a60597321f502d164b5d6b1948e28.tar.bz2 |
[clang] Remove `__is_layout_compatible` from revertible type traits list (#100572)
`__is_layout_compatible` was added in Clang 19 (#81506), and at that
time it wasn't entirely clear whether it should be a revertible type
trait or not. We decided to follow the example of other type traits.
Since then #95969 happened, and now we know that we don't want new
revertible type traits.
This patch removes `__is_layout_compatible` from revertible type traits
list, and leaves a comment what revertible type traits are, and that new
type traits should not be added there.
The intention is to also cherry-pick this to 19 branch.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions