aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ByteCode/Interp.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2025-05-29 06:59:34 -0400
committerGitHub <noreply@github.com>2025-05-29 06:59:34 -0400
commit6769a836e97d5a09b239f78a8fd63cf4dac1fe13 (patch)
treefcb6a8833958544bcc55bc8f620693538ca0c9bb /clang/lib/AST/ByteCode/Interp.cpp
parent6421248c959b809efff22773c98b115aac3f6a79 (diff)
downloadllvm-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