You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test
Howard Hinnant ac6de546bd Fixing up some ABI issues
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134639 91177308-0d34-0410-b5e6-96231b3b80d8
15 years ago
..
algorithms license change 15 years ago
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. 15 years ago
containers noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. 15 years ago
depr <inttypes.h> does not necessarily include <stdint.h>. Accordingly, do 15 years ago
diagnostics license change 15 years ago
input.output Fix test bug. 15 years ago
iterators license change 15 years ago
language.support <rdar://problem/9073695> std::uncaught_exception() becomes true before evaluating the throw-expression rather than after 15 years ago
localization Warning suppression in test. 15 years ago
numerics Warning suppression in test. 15 years ago
re N3158 Missing preconditions for default-constructed match_result objects 15 years ago
strings Bring noexcept for <string> inline with other containers. 15 years ago
thread This commit was accidental. Reverting. 15 years ago
utilities Fixing up some ABI issues 15 years ago
CMakeLists.txt Add CMake build and fix major Linux blockers. 15 years ago
hexfloat.h Correction to hexfloat hack. 15 years ago
lit.cfg Teach the Lit configuration to actually use the cxx0x setting when 15 years ago
lit.site.cfg.in Add CMake build and fix major Linux blockers. 15 years ago
nothing_to_do.pass.cpp license change 15 years ago
testit Update testit to default to clang 15 years ago