hanchenye-llvm-project/libcxx/test
Howard Hinnant bd0c160078 noexcept for <stack>. This completes noexcept for Chapter 23 [containers].
llvm-svn: 132652
2011-06-04 22:09:19 +00:00
..
algorithms license change 2010-11-16 22:09:02 +00:00
atomics After a long break to wait for the atomic spec to settle, this completes the library part of <atomic>. It currently won't even parse as it depends on the existence of the intrinsics specified at http://libcxx.llvm.org/atomic_design_a.html. Everything has been tested using fake intrinsics which have now been removed. As the intrinsics come online, the ATOMIC_* macros will need to be adjusted to reflect which operations are lock-free. These macros will probably need to be #ifdef'd for each supported platform. 2010-12-08 17:20:28 +00:00
containers noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. 2011-06-04 22:09:19 +00:00
depr http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests. 2011-05-13 21:52:40 +00:00
diagnostics license change 2010-11-16 22:09:02 +00:00
input.output Fix test bug. 2011-05-14 00:07:53 +00:00
iterators license change 2010-11-16 22:09:02 +00:00
language.support <rdar://problem/9073695> std::uncaught_exception() becomes true before evaluating the throw-expression rather than after 2011-03-11 22:33:07 +00:00
localization Warning suppression in test. 2011-05-14 14:53:12 +00:00
numerics Warning suppression in test. 2011-05-14 15:38:08 +00:00
re N3158 Missing preconditions for default-constructed match_result objects 2010-12-08 21:07:55 +00:00
strings Bring noexcept for <string> inline with other containers. 2011-06-03 18:40:47 +00:00
thread This commit was accidental. Reverting. 2011-05-18 00:47:00 +00:00
utilities noexcept for <memory>. I've added a few extension noexcept to: allocator_traits<A>::deallocate, allocaate<T>::deallocate, return_temporary_buffer, and default_delete<T>::operator()(T*) const. My rationale was: If a std-dicated noexcept function needs to call another std-defined function, that called function must be noexcept. We're all a little new to noexcept, so things like this are to be expected. Also included fix for broken __is_swappable trait pointed out by Marc Glisse, thanks Marc|. And fixed a test case for is_nothrow_destructible. Destructors are now noexcept by default| 2011-05-28 14:41:13 +00:00
CMakeLists.txt Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
hexfloat.h Correction to hexfloat hack. 2011-05-14 14:33:56 +00:00
lit.cfg Teach the Lit configuration to actually use the cxx0x setting when 2011-01-23 01:05:20 +00:00
lit.site.cfg.in Add CMake build and fix major Linux blockers. 2010-12-10 19:47:54 +00:00
nothing_to_do.pass.cpp license change 2010-11-16 22:09:02 +00:00
testit Update testit to default to clang 2011-02-14 18:06:10 +00:00