diff options
author | Yanzuo Liu <zwuis@outlook.com> | 2024-08-28 05:18:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 23:18:20 +0200 |
commit | 377257f063c2b828462499b9e570aed726825064 (patch) | |
tree | 4ebd0156b63da37ff2e327a3a2e2d17a0b418453 /lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | |
parent | b6b6482b216d321f49907c728e86d7025f0444ec (diff) | |
download | llvm-377257f063c2b828462499b9e570aed726825064.zip llvm-377257f063c2b828462499b9e570aed726825064.tar.gz llvm-377257f063c2b828462499b9e570aed726825064.tar.bz2 |
[Clang] Support initializing structured bindings from an array with direct-list-initialization (#102581)
When initializing structured bindings from an array with
direct-list-initialization, array copy will be performed, which is a
special case not following list-initialization.
This PR adds support for this case.
Fixes #31813.
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp')
0 files changed, 0 insertions, 0 deletions