hanchenye-llvm-project/libcxx/test
Marshall Clow 2d6e2834a8 Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>)
llvm-svn: 188333
2013-08-13 23:54:12 +00:00
..
algorithms Taking another swing at correctly optimizing fill_n. 2013-08-01 17:29:28 +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 Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>) 2013-08-13 23:54:12 +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 Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 2013-01-05 03:21:01 +00:00
language.support A few fixes to tests for Windows port. 2013-07-15 18:09:11 +00:00
localization Add operator new[] to test. Partial fix for valgrind warning in http://llvm.org/bugs/show_bug.cgi?id=16703. 2013-07-29 14:43:42 +00:00
numerics War on tabs 2013-08-07 19:39:48 +00:00
re Ok, 3 major changes for debug mode in one commit: 2013-08-02 00:26:35 +00:00
strings Eradicate tabs 2013-08-13 22:22:40 +00:00
support First half of support for N3657; heterogenous lookups for set/multiset 2013-08-13 01:11:06 +00:00
thread Constrain launch ~ operator to defined bits. 2013-07-02 18:01:41 +00:00
utilities More support for N3657; tests for is_transparent 2013-08-13 01:12:41 +00:00
CMakeLists.txt
lit.cfg [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 14:44:11 +00:00
lit.site.cfg.in [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 14:44:11 +00:00
nothing_to_do.pass.cpp
testit Fix bashism. 2013-07-04 15:11:10 +00:00