[PATCH] D150264: [libcxx] Add strict weak ordering checks to sorting algorithms

Mark de Wever via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 4 10:27:50 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7e1ee1e10dc0: [libcxx] Add strict weak ordering checks to sorting algorithms (authored by danlark, committed by Mordante).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150264/new/

https://reviews.llvm.org/D150264

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/sort.h
  libcxx/include/__algorithm/sort_heap.h
  libcxx/include/__algorithm/stable_sort.h
  libcxx/include/__debug
  libcxx/include/__debug_utils/strict_weak_ordering_check.h
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/complexity.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ranges_sort_heap.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_dangling.pass.cpp
  libcxx/test/std/algorithms/robust_against_proxy_iterators_lifetime_bugs.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150264.528239.patch
Type: text/x-patch
Size: 21120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230604/6d2adf66/attachment.bin>


More information about the llvm-commits mailing list