This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b5ca00a58de52d33c1935f49ce104f9d90cda67c
clang-p2996
/
libcxx
/
test
/
std
/
utilities
/
meta
History
Marshall Clow
4877c197c2
Added tests to make sure that the categorization traits work on incomplete types
...
llvm-svn: 261925
2016-02-25 20:15:47 +00:00
..
meta.hel
Add support for N4389 - std::bool_constant
2015-05-18 23:21:06 +00:00
meta.logical
Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation (__and_, __or_, and __not_) so that we can use them elsewhere in non-C++17 code - for example, in the LFTS
2015-11-16 15:54:13 +00:00
meta.rel
Fix PR26103 - Error calling is_convertible with incomplete type. Patch from Michael Daniels.
2016-01-26 20:24:30 +00:00
meta.rqmts
…
meta.trans
Implement LWG#2101 'Some transformation types can produce impossible types' Introduced a new (internal) type trait '__is_referenceable' with tests. Use that trait in add_lvalue_reference, add_rvalue_reference and add_pointer.
2016-01-21 18:22:43 +00:00
meta.type.synop
…
meta.unary
Added tests to make sure that the categorization traits work on incomplete types
2016-02-25 20:15:47 +00:00
meta.unary.prop.query
Fix various GCC mis-configurations for newer versions.
2015-12-15 00:32:21 +00:00
version.pass.cpp
…