Nico Weber
|
28db4445e2
libcxx: Rename .hpp files in libcxx/test/support to .h
|
6 years ago |
JF Bastien
|
e15dd4e32e
Support tests in freestanding
|
6 years ago |
Chandler Carruth
|
7c3769df62
Update more file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Marshall Clow
|
82091c2583
Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate.
|
7 years ago |
Marshall Clow
|
8d0d82585a
First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms.
|
7 years ago |
Eric Fiselier
|
a2cd270943
Enable the -Wsign-compare warning to better support MSVC
|
8 years ago |
Marshall Clow
|
698cce6e0e
Add missing include in test; NFC. Thanks to Jonathan Wakely for the report.
|
8 years ago |
Marshall Clow
|
a0ec4b7c85
Fix PR#22433. The algorithm is_partitioned was testing an item in the middle of the sequence twice.
|
10 years ago |
Eric Fiselier
|
a90c6dd460
Move test into test/std subdirectory.
|
10 years ago |