Logo
Explore Help
Sign In
shylie/llvm-project
1
0
Fork 0
You've already forked llvm-project
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
llvm-project/libcxx/test/std/algorithms/alg.sorting
History
Brett Gutstein 297c839e2d [libc++] fix std::sort(T**, T**)
previously, invocations of std::sort(T**, T**) casted the arguments to
(size_t *). this breaks sorting on systems for which pointers don't fit
in a size_t. change the cast to (uintptr_t *) and add a test.

Differential Revision: https://reviews.llvm.org/D92190
2020-12-04 16:05:21 -05:00
..
alg.binary.search
[libc++] Remove useless nothing_to_do.pass.cpp tests
2020-04-03 13:48:34 -04:00
alg.clamp
[libc++] Remove the c++98 Lit feature from the test suite
2020-06-03 09:37:22 -04:00
alg.heap.operations
[libc++] Remove useless nothing_to_do.pass.cpp tests
2020-04-03 13:48:34 -04:00
alg.lex.comparison
Support tests in freestanding
2019-02-04 20:31:13 +00:00
alg.merge
[libc++][test] Silence MSVC "comparison of signed and unsigned" warning
2020-10-19 17:18:44 -07:00
alg.min.max
[libc++] Remove the c++98 Lit feature from the test suite
2020-06-03 09:37:22 -04:00
alg.nth.element
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
2019-05-31 18:35:30 +00:00
alg.permutation.generators
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
2019-05-31 18:35:30 +00:00
alg.set.operations
[libc++] s/constpexr/constexpr/ in some comments. NFC.
2020-11-27 18:53:08 -05:00
alg.sort
[libc++] fix std::sort(T**, T**)
2020-12-04 16:05:21 -05:00
Powered by Gitea Version: 1.23.1 Page: 1266ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API