llvm-project/libcxx/test/std
Nikolas Klauser 971e9c80e9 [libc++] Implement std::boyer_moore{, _horspool}_searcher
This mostly copys the `<experimental/functional>` stuff and updates the code to current libc++ style.

Reviewed By: ldionne, #libc

Spies: nlopes, adamdebreceni, arichardson, libcxx-commits, mgorny

Differential Revision: https://reviews.llvm.org/D121074
2022-06-17 19:09:40 +02:00
..
algorithms [libc++][ranges] Implement `ranges::sort`. 2022-06-16 15:21:06 -07:00
atomics [libc++] Remove macros for IBM compiler 2022-06-14 09:15:41 -04:00
concepts [libc++] Remove unused __functional includes 2022-05-28 10:12:39 +02:00
containers [libc++] Granularize <iterator> includes 2022-06-10 22:43:57 +02:00
depr [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04:00
diagnostics [libc++][NFC] Fix indentation of some #if directives 2022-06-10 10:11:24 -04:00
experimental [libc++] Implement std::boyer_moore{, _horspool}_searcher 2022-06-17 19:09:40 +02:00
input.output [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
iterators [libc++] Remove unused __functional includes 2022-05-28 10:12:39 +02:00
language.support [libc++] Implement std::boyer_moore{, _horspool}_searcher 2022-06-17 19:09:40 +02:00
library/description/conventions [libc++][ranges] Implement `ranges::sort`. 2022-06-16 15:21:06 -07:00
localization [libc++][CI] AIX does not have alternative for time_put_byname 2022-05-31 14:20:34 -04:00
namespace [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04:00
numerics [NFC][libcxx] Check def of __LONG_DOUBLE_IEEE128__ 2022-06-14 13:41:31 -04:00
ranges [libc++] Removes unneeded includes. 2022-06-13 17:56:50 +02:00
re [libc++] Granularize <iterator> includes 2022-06-10 22:43:57 +02:00
strings [libc++] Remove macros for IBM compiler 2022-06-14 09:15:41 -04:00
thread [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04:00
time [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04:00
utilities [libc++] Implement std::boyer_moore{, _horspool}_searcher 2022-06-17 19:09:40 +02:00
pstl