This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
83f895d952
llvm-project
/
libcxx
/
test
/
std
/
utilities
/
meta
/
meta.trans
History
Arthur O'Dwyer
b2a0cc1c65
[libc++] Guard bits of
598983d7
against _LIBCPP_HAS_NO_CONCEPTS.
2022-02-02 11:19:46 -05:00
..
meta.trans.arr
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
meta.trans.cv
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
meta.trans.other
[libc++] Guard bits of
598983d7
against _LIBCPP_HAS_NO_CONCEPTS.
2022-02-02 11:19:46 -05:00
meta.trans.ptr
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
meta.trans.ref
Make rvalue metaprogramming traits work in C++03.
2019-06-21 14:31:34 +00:00
meta.trans.sign
[libc++][nfc] Add TEST_HAS_NO_INT128.
2022-01-27 17:31:27 +01:00