summaryrefslogtreecommitdiff
path: root/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.integer.pass.cpp
AgeCommit message (Expand)Author
2023-03-22[libc++] Qualifies ptrdiff_t and max_align_t.Mark de Wever
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-03-14[libc++] Qualifies uint32_t and friends.Mark de Wever
2023-03-08[libc++][test] Uses qualified std::uint32_t.Mark de Wever
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser
2022-01-27[libc++][nfc] Add TEST_HAS_NO_INT128.Mark de Wever
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-10-23[NFC] Strip trailing whitespace from libc++Louis Dionne
2019-04-18[libc++] [test] Add missing required headers to midpoint.integer.pass.cppBilly Robert O'Neal III
2019-03-14Fix two of the three bot failures for midpoint; the ones regarding the lack o...Marshall Clow
2019-03-14Add std::midpoint for integral and poiner types. Described in P0811, reviewed...Marshall Clow