diff options
| author | Kazu Hirata <kazu@google.com> | 2025-09-24 08:44:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-24 08:44:56 -0700 |
| commit | 7196554c2a16b5323923ae90008ccc48e33c020d (patch) | |
| tree | 75c275fda3f8b3b7d3830ddcc394f9d22c646fff /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
| parent | d6160137af892693a22f0864a766e4beb96f93ff (diff) | |
| download | llvm-7196554c2a16b5323923ae90008ccc48e33c020d.zip llvm-7196554c2a16b5323923ae90008ccc48e33c020d.tar.gz llvm-7196554c2a16b5323923ae90008ccc48e33c020d.tar.bz2 | |
[Support] Use list-initialization for returning pairs (#160447)
In C++17 and later, "return {A, B};" guarantees copy elision for a
std::pair return type, ensuring the object is constructed directly in
the return slot. This patch updates those instances under Support/.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions
