| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 119609
|
|
|
|
| |
llvm-svn: 119571
|
|
|
|
| |
llvm-svn: 119545
|
|
|
|
| |
llvm-svn: 119541
|
|
|
|
| |
llvm-svn: 119395
|
|
|
|
|
|
| |
has_nothrow_copy_assign, has_trivial_destructor, has_virtual_destructor, is_pod. Implemented has_copy_assign.
llvm-svn: 113373
|
|
|
|
| |
llvm-svn: 113364
|
|
|
|
|
|
| |
http://llvm.org/bugs/show_bug.cgi?id=8109 to take care of several types which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle most of them in the library.
llvm-svn: 113312
|
|
|
|
|
|
| |
only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates.
llvm-svn: 113304
|
|
|
|
|
|
| |
http://llvm.org/bugs/show_bug.cgi?id=8107 to take care of several types which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle most of them in the library.
llvm-svn: 113294
|
|
|
|
|
|
| |
http://llvm.org/bugs/show_bug.cgi?id=8105 to take care of void, arrays of incomplete bounds and complete bounds which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle them in the library.
llvm-svn: 113270
|
|
|
|
|
|
| |
but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates.
llvm-svn: 113225
|
|
|
|
|
|
| |
http://llvm.org/bugs/show_bug.cgi?id=8101 to take care of void, arrays of incomplete types, and classes with virtual destructors which don't work yet. If there is some reasons we don't want to handle these types in the compiler, I can handle them in the library.
llvm-svn: 113217
|
|
|
|
|
|
| |
http://llvm.org/bugs/show_bug.cgi?id=8097 to take care of void and arrays of incomplete types which don't work yet. If there is some reasons we don't want to handle these types in the compiler, I can handle them in the library.
llvm-svn: 113205
|
|
|
|
|
|
| |
has_trivial_copy_assign working.
llvm-svn: 113162
|
|
|
|
| |
llvm-svn: 113100
|
|
|
|
| |
llvm-svn: 113099
|
|
|
|
|
|
| |
flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature.
llvm-svn: 113086
|
|
|
|
| |
llvm-svn: 111767
|
|
|
|
| |
llvm-svn: 111747
|
|
|
|
| |
llvm-svn: 111672
|
|
|
|
| |
llvm-svn: 111546
|
|
|
|
| |
llvm-svn: 111544
|
|
|
|
| |
llvm-svn: 111542
|
|
|
|
| |
llvm-svn: 111538
|
|
|
|
|
|
| |
prototyping on result_of, but if-def'd out the prototyped part (which the LWG may or may not accept)
llvm-svn: 111389
|
|
|
|
| |
llvm-svn: 105393
|
|
|
|
| |
llvm-svn: 103516
|
|
llvm-svn: 103490
|