diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2024-02-06 00:51:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 15:51:32 -0800 |
commit | e2cfdf7b6a09a2159a2ce3cf4fff022b6d98b928 (patch) | |
tree | d01bc78e90c7897b19c487d40efa15d953e7f20d /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 6ce03ff3fef8fb6fa9afe8eb22c6d98bced26d48 (diff) | |
download | llvm-e2cfdf7b6a09a2159a2ce3cf4fff022b6d98b928.zip llvm-e2cfdf7b6a09a2159a2ce3cf4fff022b6d98b928.tar.gz llvm-e2cfdf7b6a09a2159a2ce3cf4fff022b6d98b928.tar.bz2 |
[libc++] Fix vector<const T> (#80711)
#80558 introduced code that assumed that the element type of `vector` is
never const. This fixes it and adds a test. Eventually we should remove
the `allocator<const T>` extension.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions