This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
utilities
/
meta
History
Marshall Clow
30f12a4247
Implement most of P1612R1: Relocate endian. Moves the std::endian functionality from 'type-traits' to 'bit'. No other change. The reason that this is 'partial' is that P1621 also recommends a feature-test macro, but I don't have the value for that one yet. In a month or so, I'll add that
...
llvm-svn: 366776
2019-07-23 04:20:19 +00:00
..
meta.const.eval
Add std::is_constant_evaluated.
2019-04-24 17:54:25 +00:00
meta.help
Support tests in freestanding
2019-02-04 20:31:13 +00:00
meta.logical
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
meta.rel
Get is_convertible tests passing in C++03 (except the fallback).
2019-06-21 14:43:15 +00:00
meta.rqmts
Support tests in freestanding
2019-02-04 20:31:13 +00:00
meta.trans
Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as
https://reviews.llvm.org/D63574
2019-06-21 18:57:06 +00:00
meta.type.synop
Implement most of P1612R1: Relocate endian. Moves the std::endian functionality from 'type-traits' to 'bit'. No other change. The reason that this is 'partial' is that P1621 also recommends a feature-test macro, but I don't have the value for that one yet. In a month or so, I'll add that
2019-07-23 04:20:19 +00:00
meta.unary
Use rvalue references throughout the is_constructible traits.
2019-06-21 15:35:33 +00:00
meta.unary.prop.query
Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended
2019-03-28 03:39:25 +00:00