| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
llvm-svn: 273368
|
| |
|
|
| |
llvm-svn: 273367
|
| |
|
|
| |
llvm-svn: 273362
|
| |
|
|
| |
llvm-svn: 273357
|
| |
|
|
| |
llvm-svn: 273354
|
| |
|
|
| |
llvm-svn: 273353
|
| |
|
|
| |
llvm-svn: 273348
|
| |
|
|
|
|
| |
STL@microsoft.com
llvm-svn: 273345
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
some cases.
Libc++ has to deduce the 'allocator_arg_t' parameter as 'AllocArgT' for the
following constructor:
template <class Alloc> tuple(allocator_arg_t, Alloc const&)
Previously libc++ has tried to support tags derived from 'allocator_arg_t' by
using 'is_base_of<AllocArgT, allocator_arg_t>'. However this breaks whenever a
2-tuple contains a reference to an incomplete type as its first parameter.
See https://llvm.org/bugs/show_bug.cgi?id=27684
llvm-svn: 273334
|
| |
|
|
|
|
| |
warnings enabled
llvm-svn: 272822
|
| |
|
|
| |
llvm-svn: 272744
|
| |
|
|
| |
llvm-svn: 272722
|
| |
|
|
|
|
|
|
|
| |
TEST_STD_VER.
This is a huge cleanup that helps make the libc++ test suite more portable.
Patch from STL@microsoft.com. Thanks STL!
llvm-svn: 272716
|
| |
|
|
| |
llvm-svn: 272629
|
| |
|
|
| |
llvm-svn: 272621
|
| |
|
|
| |
llvm-svn: 272613
|
| |
|
|
|
|
|
|
|
| |
Adds XFAIL/UNSUPPORTED lit tags as appropriate. Gets a clean test run
for -std=c++98 on Fedora 20.
NFC.
llvm-svn: 271741
|
| |
|
|
| |
llvm-svn: 271502
|
| |
|
|
| |
llvm-svn: 271489
|
| |
|
|
| |
llvm-svn: 271487
|
| |
|
|
| |
llvm-svn: 271475
|
| |
|
|
| |
llvm-svn: 271473
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Exactly what it sounds like.
I plan to commit this in a couple of days assuming no objections.
Reviewers: mclow.lists, EricWF
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D20799
llvm-svn: 271464
|
| |
|
|
|
|
| |
fails with ASAN
llvm-svn: 271459
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Summary: See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0033r1.html
Reviewers: mclow.lists
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D19254
llvm-svn: 271449
|
| |
|
|
| |
llvm-svn: 271435
|
| |
|
|
| |
llvm-svn: 271249
|
| |
|
|
| |
llvm-svn: 271238
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Quite a few libcxx tests seem to follow the format:
#if _LIBCPP_STD_VER > X
// Do test.
#else
// Empty test.
#endif
We should instead use the UNSUPPORTED lit directive to exclude the test on
earlier C++ standards. This gives us a more accurate number of test passes
for those standards and avoids unnecessary conflicts with other lit
directives on the same tests.
Reviewers: bcraig, ericwf, mclow.lists
Differential revision: http://reviews.llvm.org/D20730
llvm-svn: 271108
|
| |
|
|
| |
llvm-svn: 271065
|
| |
|
|
| |
llvm-svn: 269665
|
| |
|
|
| |
llvm-svn: 269298
|
| |
|
|
| |
llvm-svn: 268842
|
| |
|
|
| |
llvm-svn: 268543
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
types.
This patch fixes a bunch of bugs in the fallback implementation of
is_convertible, which is used by GCC. Removing the "__is_convertible"
specializations for array/function types we fallback on the SFINAE test,
which is more correct.
See https://llvm.org/bugs/show_bug.cgi?id=27538
llvm-svn: 268359
|
| |
|
|
| |
llvm-svn: 268284
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This patch does the following:
* Remove <__config> includes from some container tests.
* Guards uses of std::launch::any in async tests because it's an extension.
* Move "test/std/extensions" to "test/libcxx/extensions"
* Moves various non-standard tests including those in "sequences/vector",
"std/localization" and "utilities/meta".
llvm-svn: 267981
|
| |
|
|
|
|
|
|
|
| |
Testing the concrete implementation of INVOKE means calling the implementation
specific names `__invoke` and `__invoke_constexpr`. For this reason the test
are non-standard. For this reason it's best if the tests live outside of the
`test/std` directory.
llvm-svn: 267973
|
| |
|
|
| |
llvm-svn: 267958
|
| |
|
|
| |
llvm-svn: 267947
|
| |
|
|
| |
llvm-svn: 267852
|
| |
|
|
|
|
| |
STL@microsoft.com
llvm-svn: 267844
|
| |
|
|
|
|
| |
STL@microsoft.com
llvm-svn: 267843
|
| |
|
|
| |
llvm-svn: 267836
|
| |
|
|
|
|
| |
Thanks to STL for the catch
llvm-svn: 267287
|
| |
|
|
| |
llvm-svn: 267131
|
| |
|
|
| |
llvm-svn: 267079
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The primary purpose of this patch is to add the 'is_callable' traits.
Since 'is_nothrow_callable' required making 'INVOKE' conditionally noexcept
I also took this oppertunity to implement a constexpr version of INVOKE.
This fixes 'std::experimental::apply' which required constexpr 'INVOKE support'.
This patch will be followed up with some cleanup. Primarly removing most
of "__member_function_traits" since it's no longer used by INVOKE (in C++11 at least).
llvm-svn: 266836
|
| |
|
|
|
|
| |
initializer_list doesn't exist in C++03.
llvm-svn: 266820
|
| |
|
|
|
|
|
| |
The C++11 and C++14 standards both say in the header <utility> synopsis that
<utility> shall include <initializer_list>.
llvm-svn: 266808
|