| Commit message (Expand) | Author | Age | Files | Lines |
| * | libcxx: Rename .hpp files in libcxx/test/support to .h | Nico Weber | 2019-08-21 | 1 | -1/+1 |
| * | Add include for 'test_macros.h' to all the tests that were missing them. Than... | Marshall Clow | 2019-05-31 | 2 | -0/+2 |
| * | [libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp. | Billy Robert O'Neal III | 2019-04-03 | 1 | -6/+7 |
| * | Properly constrain basic_string(Iter, Iter, Alloc = A()) | Eric Fiselier | 2019-03-14 | 1 | -0/+9 |
| * | [libc++] Mark several tests as XFAIL on macosx10.7 | Louis Dionne | 2019-02-27 | 1 | -0/+5 |
| * | Support tests in freestanding | JF Bastien | 2019-02-04 | 32 | -32/+96 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 32 | -128/+96 |
| * | Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 | Marshall Clow | 2018-12-11 | 2 | -0/+24 |
| * | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2018-11-14 | 2 | -2/+2 |
| * | Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616 | Marshall Clow | 2018-07-02 | 11 | -37/+343 |
| * | [libcxx] [test] Mark the test as unsupported by apple-clang-8.1. | Volodymyr Sapsai | 2018-05-22 | 1 | -1/+1 |
| * | [libcxx][test] Adding apple-clang-9 to UNSUPPORTED in iter_alloc_deduction.fa... | Mike Edwards | 2018-03-12 | 1 | -1/+1 |
| * | [libcxx][test] Reverting r327178 and r327190. | Mike Edwards | 2018-03-10 | 1 | -1/+2 |
| * | [libcxx][test] Marking libcpp-no-deduction-guides unsupported. | Mike Edwards | 2018-03-10 | 1 | -1/+1 |
| * | XFAIL: libcpp-no-deduction-guides in libcxx/test/std/strings/basic.string/str... | Mike Edwards | 2018-03-09 | 1 | -2/+1 |
| * | Add another test case to the deduction guide for basic_string. | Marshall Clow | 2018-02-22 | 1 | -0/+11 |
| * | Fix test failure on compilers w/o deduction guides | Eric Fiselier | 2018-02-15 | 1 | -2/+1 |
| * | The apple versions of clang don't support deduction guides yet. | Marshall Clow | 2018-02-08 | 2 | -0/+2 |
| * | Once more, with feeling. Spell 'clang-4.0' correctly this time | Marshall Clow | 2018-02-08 | 2 | -2/+2 |
| * | Clean up string's deduction guides tests. Mark old versions of clang as unsup... | Marshall Clow | 2018-02-08 | 3 | -58/+83 |
| * | Temporarily comment out deduction guide tests while I figure out what to do w... | Marshall Clow | 2018-02-08 | 2 | -0/+3 |
| * | Implement deduction guide for basic_string as described in P0433 | Marshall Clow | 2018-02-08 | 2 | -0/+110 |
| * | Another missing string_view test | Marshall Clow | 2017-09-07 | 1 | -0/+74 |
| * | [libcxx] [test] Untabify, NFC. | Stephan T. Lavavej | 2017-07-29 | 5 | -32/+32 |
| * | Fix possible loss of data warnings on amd64 | Billy Robert O'Neal III | 2017-05-08 | 1 | -8/+10 |
| * | Resolve unused local typedef warning in test. | Billy Robert O'Neal III | 2017-04-21 | 1 | -1/+0 |
| * | Remove XFAIL in implicit_deduction_guides tests | Steven Wu | 2017-02-27 | 1 | -4/+0 |
| * | Work around Clang assertion when testing C++17 deduction guides with '-g'. | Eric Fiselier | 2017-02-17 | 1 | -0/+4 |
| * | [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par... | Eric Fiselier | 2017-02-17 | 1 | -0/+300 |
| * | [libcxx] [test] Strip trailing whitespace. | Stephan T. Lavavej | 2017-02-05 | 1 | -3/+3 |
| * | [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. | Stephan T. Lavavej | 2017-02-05 | 5 | -13/+0 |
| * | [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3. | Stephan T. Lavavej | 2017-02-05 | 1 | -1/+3 |
| * | Fix up some no-exception compile failures | Marshall Clow | 2017-01-31 | 1 | -11/+11 |
| * | Workaround new -Wshadow warning introduced by r293599 | Alex Lorenz | 2017-01-31 | 1 | -1/+1 |
| * | Fix PR#31779: basic_string::operator= isn't exception safe. | Marshall Clow | 2017-01-31 | 1 | -0/+81 |
| * | Fix std::string assignment ambiguity from braced initializer lists. | Eric Fiselier | 2017-01-17 | 2 | -0/+58 |
| * | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 1 | -4/+4 |
| * | [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ... | Stephan T. Lavavej | 2016-12-06 | 2 | -5/+6 |
| * | [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 1 | -2/+3 |
| * | [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-12-06 | 1 | -2/+3 |
| * | [libcxx] [test] D27027: Strip trailing whitespace. | Stephan T. Lavavej | 2016-11-23 | 1 | -1/+1 |
| * | [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", pa... | Stephan T. Lavavej | 2016-11-23 | 1 | -2/+2 |
| * | Missed one of the try blocks the first time :-(. Thanks to Renato for the hea... | Marshall Clow | 2016-11-15 | 1 | -3/+13 |
| * | Missed a test with exceptions disabled earlier. Oops. | Marshall Clow | 2016-11-14 | 1 | -4/+14 |
| * | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last... | Marshall Clow | 2016-11-14 | 1 | -0/+166 |
| * | Protect exceptional paths under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-01 | 1 | -13/+45 |
| * | Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. | Eric Fiselier | 2016-10-31 | 1 | -0/+5 |
| * | Support allocators with explicit conversion constructors. Fixes bug #29000 | Marshall Clow | 2016-08-17 | 1 | -0/+1 |
| * | Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com | Eric Fiselier | 2016-07-25 | 1 | -1/+2 |
| * | Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed... | Marshall Clow | 2016-07-21 | 2 | -0/+112 |