Nikolas Klauser
|
101d1e9b3c
|
[libc++] Implement ranges::find_end, ranges::search{, _n}
Reviewed By: var-const, #libc, huixie90
Spies: thakis, h-vetinari, huixie90, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D124079
|
2022-07-13 20:30:55 +02:00 |
Nikolas Klauser
|
1f04759316
|
Revert "[libc++] Implement ranges::find_end, ranges::search{, _n}"
This reverts commit 76a7651850 .
|
2022-07-13 13:41:25 +02:00 |
Nikolas Klauser
|
76a7651850
|
[libc++] Implement ranges::find_end, ranges::search{, _n}
Reviewed By: var-const, #libc, huixie90
Spies: h-vetinari, huixie90, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D124079
|
2022-07-13 13:11:26 +02:00 |
Louis Dionne
|
ee78181f34
|
[libc++] Remove macros for IBM compiler
It's not tested or used anymore -- instead a Clang-based compiler is
used on IBM nowadays.
Differential Revision: https://reviews.llvm.org/D127650
|
2022-06-14 09:15:41 -04:00 |
Nikolas Klauser
|
993a22ecca
|
[libc++] Simplify the char_traits specializations
Reviewed By: ldionne, #libc
Spies: mgorny, EricWF, mclow.lists, libcxx-commits
Differential Revision: https://reviews.llvm.org/D127159
|
2022-06-13 21:38:13 +02:00 |
Nikolas Klauser
|
976f37050d
|
[libc++] Granularize __string
Reviewed By: ldionne, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D127156
|
2022-06-09 21:04:18 +02:00 |