hanchenye-llvm-project/libcxx/test
Anders Carlsson 8bb1dbbf75 Fix a bug in std::fill_n where memset would end up being called in cases when it shouldn’t.
Reviewed by Howard.

llvm-svn: 186875
2013-07-22 21:08:00 +00:00
..
algorithms Fix a bug in std::fill_n where memset would end up being called in cases when it shouldn’t. 2013-07-22 21:08:00 +00:00
atomics Stephan Tolksdorf: fixes the issue in the <atomic> header and adds corresponding tests. I've used macros to fall back to a user-provided default constructor if _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS (though I suspect that there won't be many users defining that macro). 2013-05-02 20:18:43 +00:00
containers Make std::get constexpr 2013-07-17 18:25:36 +00:00
depr [tests] XFAIL a few things that require libc (?) support missing on Darwin. 2013-02-05 22:10:25 +00:00
diagnostics
input.output Add pointer format test for Windows. 2013-07-16 23:50:06 +00:00
iterators
language.support A few fixes to tests for Windows port. 2013-07-15 18:09:11 +00:00
localization Windows port for __codecvt_utf8<wchar_t>. 2013-07-08 19:03:07 +00:00
numerics Fix a couple of bugs in linear_congruential_engine::seed. Regression test added. 2013-05-21 21:05:12 +00:00
re Bill Fisher: This patch fixes an ill-formed comparison when parsing control escapes, e.g. "\cA\ca". The code will now throw an error_escape exception for invalid control sequences like "\c:" or "\c". 2013-07-15 18:21:11 +00:00
strings Implement full support for non-pointer pointers in custom allocators for string. This completes the custom pointer support for the entire library. 2013-06-28 16:59:19 +00:00
support War on tabs. 2013-07-08 21:06:38 +00:00
thread Constrain launch ~ operator to defined bits. 2013-07-02 18:01:41 +00:00
utilities Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixing bug #16599. Thanks to Howard for the review and updates. 2013-07-22 16:02:19 +00:00
CMakeLists.txt
lit.cfg [tests] Add support for a link_flags lit parameter. 2013-02-12 19:28:51 +00:00
lit.site.cfg.in
nothing_to_do.pass.cpp
testit Fix bashism. 2013-07-04 15:11:10 +00:00