diff options
author | Peng Liu <winner245@hotmail.com> | 2025-01-21 16:28:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-21 16:28:58 -0500 |
commit | 2d317d903a6c469d4bf64298b21b6dac83f1fc8b (patch) | |
tree | 6162778a8905934a46c1b0c3108bff4279a7daf6 /llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp | |
parent | 48b2ce9c12ec27176611e359db3ed9125a5da64b (diff) | |
download | llvm-2d317d903a6c469d4bf64298b21b6dac83f1fc8b.zip llvm-2d317d903a6c469d4bf64298b21b6dac83f1fc8b.tar.gz llvm-2d317d903a6c469d4bf64298b21b6dac83f1fc8b.tar.bz2 |
[libc++] Fix no-op shrink_to_fit for vector<bool> (#120495)
This PR addresses an issue where the `shrink_to_fit` function in
`vector<bool>` is effectively a no-op, meaning it will never shrink the
capacity.
Fixes #122502
Diffstat (limited to 'llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp')
0 files changed, 0 insertions, 0 deletions