hanchenye-llvm-project/libcxx/test
Marshall Clow 4f44079a2c Apparently, I don't know the difference between 'left' and 'right'. Swap parameters named 'lhs' and 'rhs' so that they correctly refer to the 'left hand side' and 'right hand side' of comparisons. No functionality change. Thanks to Arthur O'Dwyer for pointing this out to me.
llvm-svn: 192080
2013-10-07 02:37:18 +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 Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got missed when I went on vacation 2013-09-30 21:33:51 +00:00
depr [tests] XFAIL a few things that require libc (?) support missing on Darwin. 2013-02-05 22:10:25 +00:00
diagnostics David Blaikie suggested this test for detecting constexpr on the error_category default constructor. Additionally I decided to make this constructor trivial as well, as I could not come up with a rationale for not doing so. Fully tested with both current Apple clang and tip-of-trunk clang. 2013-08-22 17:41:48 +00:00
input.output N3545: Quoted strings 2013-09-05 04:48:45 +00:00
iterators LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin 2013-08-30 01:17:07 +00:00
language.support Test for 'bad_array_length'; got left out of initial commit 2013-09-12 17:01:38 +00:00
localization LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (some of) the constructors for wstring_convert and wbuffer_convert as explicit. Add configuration macro _LIBCPP_EXPLICIT_AFTER_CXX11 2013-08-27 20:18:59 +00:00
numerics Implement literal suffixes for compled 2013-10-05 21:19:49 +00:00
re Ok, 3 major changes for debug mode in one commit: 2013-08-02 00:26:35 +00:00
strings Mark namespaces for user defined literals as 'inline' 2013-10-05 21:18:32 +00:00
support G M: 1. It changes the temp file handling to use the template and the current directory for windows, matching how it works on other platforms. 2013-10-06 21:14:05 +00:00
thread N3659: Shared locking in C++ Revision 2, c++1y only 2013-09-21 01:49:28 +00:00
utilities Apparently, I don't know the difference between 'left' and 'right'. Swap parameters named 'lhs' and 'rhs' so that they correctly refer to the 'left hand side' and 'right hand side' of comparisons. No functionality change. Thanks to Arthur O'Dwyer for pointing this out to me. 2013-10-07 02:37:18 +00:00
CMakeLists.txt Make it possible to run the test suite when built as part of LLVM. 2013-10-03 21:58:25 +00:00
lit.cfg Make it possible to link against libstdc++ as well as libsupc++ with CMake. 2013-10-06 22:13:19 +00:00
lit.site.cfg.in Make it possible to link against libstdc++ as well as libsupc++ with CMake. 2013-10-06 22:13:19 +00:00
nothing_to_do.pass.cpp
testit Fix bashism. 2013-07-04 15:11:10 +00:00