[libc-commits] [libc] [llvm] Improve qsort (PR #120450)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Dec 18 11:26:56 PST 2024


================
@@ -66,45 +68,36 @@ class SortingTest : public LIBC_NAMESPACE::testing::Test {
     ASSERT_LE(array[24], 12310);
   }
 
-  void test_reversed_sorted_array(SortingRoutine sort_func) {
+  void test_reversed_sorted_array(SortFn sort_fn) {
----------------
michaelrj-google wrote:

if you'd like to rename these variables that might fit better as a followup patch since it's not really related to this patch.

https://github.com/llvm/llvm-project/pull/120450


More information about the libc-commits mailing list