diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2025-05-29 06:59:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-29 06:59:34 -0400 |
commit | 6769a836e97d5a09b239f78a8fd63cf4dac1fe13 (patch) | |
tree | fcb6a8833958544bcc55bc8f620693538ca0c9bb /clang/lib/AST/ByteCode/Interp.cpp | |
parent | 6421248c959b809efff22773c98b115aac3f6a79 (diff) | |
download | llvm-6769a836e97d5a09b239f78a8fd63cf4dac1fe13.zip llvm-6769a836e97d5a09b239f78a8fd63cf4dac1fe13.tar.gz llvm-6769a836e97d5a09b239f78a8fd63cf4dac1fe13.tar.bz2 |
[C23] Handle type compatibility of unnamed records (#141783)
At the top-level, both types need to have a tag in order for them to be
compatible within the same TU in C23. An unnamed structure has no tag,
so it cannot be compatible with another type within the TU.
Fixes #141724
Diffstat (limited to 'clang/lib/AST/ByteCode/Interp.cpp')
0 files changed, 0 insertions, 0 deletions