[all-commits] [llvm/llvm-project] b935ab: [libc++] Add tests to make sure that stable algori...
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Jun 15 10:59:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b935ab8e747cf52ff12471879460206a9f433eea
https://github.com/llvm/llvm-project/commit/b935ab8e747cf52ff12471879460206a9f433eea
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M libcxx/include/__algorithm/stable_partition.h
M libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/stable_partition.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp
M libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp
M libcxx/test/support/count_new.h
Log Message:
-----------
[libc++] Add tests to make sure that stable algorithms work without memory available
Reviewed By: #libc, ldionne
Spies: power-llvm-team, ldionne, libcxx-commits, arichardson, mstorsjo
Differential Revision: https://reviews.llvm.org/D152939
More information about the All-commits
mailing list