1. a8d0e52 [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  2. 25072f0 [libcxx] [test] Make files consistently end with newlines, NFC. by Stephan T. Lavavej · 7 years ago
  3. a686caa [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 7 years ago
  4. 62e519c [libcxx] [test] Strip trailing whitespace, NFC. by Stephan T. Lavavej · 7 years ago
  5. 6e76840 [libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pass.cpp. by Stephan T. Lavavej · 7 years ago
  6. 1fae624 Disable the deduction guide test I added in 309296 for the moment, while I figure out which compilers don't support deduction guides by Marshall Clow · 7 years ago
  7. f226a28 Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard by Marshall Clow · 7 years ago
  8. 24047fd Remove addtional parameters in function std::next() and std::prev() by Rachel Craik · 7 years ago
  9. d08ba82 [libcxx] [test] Update msvc_stdlib_force_include.hpp. by Stephan T. Lavavej · 7 years ago
  10. 3c00cff [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. by Stephan T. Lavavej · 7 years ago
  11. 321617c [libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preprocessor directive - expected a newline". by Stephan T. Lavavej · 7 years ago
  12. ffc9965 [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char', possible loss of data". by Stephan T. Lavavej · 7 years ago
  13. 7afe61a Add case for c++2a to libc++ and test macros by Marshall Clow · 7 years ago
  14. 6bfa731 Fix issues with UBSAN test configuration. by Eric Fiselier · 7 years ago
  15. 3f22e24 Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit builds by Eric Fiselier · 7 years ago
  16. 631d697 Fix test failure to to new/delete ellisions by Eric Fiselier · 7 years ago
  17. 8b30287 optional: Implement LWG 2900 and P0602 by Casey Carter · 7 years ago
  18. b2e9337 Fix filesystem build on platforms with weird time_t types. by Eric Fiselier · 7 years ago
  19. 316bb11 Fix diagnostic in verify test to match new Clang output by Eric Fiselier · 7 years ago
  20. e452f6a cmath: Support clang's -fdelayed-template-parsing by Duncan P. N. Exon Smith · 7 years ago
  21. e00d350 Fix a bug in regex_Iterator where it would report zero-length matches forever. Reported as http://llvm.org/PR33681. Thanks to Karen Arutyunov for the report. by Marshall Clow · 7 years ago
  22. 530ad8e Fix equivalent test on OS X and FreeBSD by Eric Fiselier · 7 years ago
  23. f26da86 Add dummy CMake target for *.pass.cpp tests when LIBCXX_CONFIGURE_IDE=ON. by Eric Fiselier · 7 years ago
  24. 3288eac Implement LWG 2937 - equivalent("dne", "exists") is not an error by Eric Fiselier · 7 years ago
  25. c5247b4 Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability" by Akira Hatanaka · 7 years ago
  26. a12318f Added failing tests for index out of range for tuple_element<pair<T1,T2>> and variant_alternative<> by Marshall Clow · 7 years ago
  27. a028f3c [libcxx] Annotate c++17 aligned new/delete operators with availability by Akira Hatanaka · 7 years ago
  28. 3477ae4 Implement inclusive_scan/transform_inclusive_scan for C++17. by Marshall Clow · 7 years ago
  29. 186b81a Attempt to avoid static init ordering issues with globalMemCounter by Eric Fiselier · 7 years ago
  30. 3497449 [libcxx] [test] Fix -Wmismatched-tags in tuple_size_structured_bindings.pass.cpp. by Stephan T. Lavavej · 7 years ago
  31. b836deb [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  32. 750da9c [libcxx] [test] Add more tests to tuple_size_structured_bindings.pass.cpp and make it friendlier to C1XX. by Stephan T. Lavavej · 7 years ago
  33. b47a9bc Add a missing SFINAE condition to the `variant`'s converting constructor. by Michael Park · 7 years ago
  34. 2b001ff func.wrap.func.con: Fix test comment by Duncan P. N. Exon Smith · 7 years ago
  35. 10a803d any: Add availability for experimental::bad_any_cast by Duncan P. N. Exon Smith · 7 years ago
  36. 7320213 Allow the libc++ C header wrappers to be included when compiling C. by Eric Fiselier · 7 years ago
  37. 660d265 Allow coroutine_handle<const T> to support creation from const references to the promise_type by Eric Fiselier · 7 years ago
  38. 270a04f Renamed some of the newly added tests. No functional change by Marshall Clow · 7 years ago
  39. 63e0adb Fix another test with modules enabled by Eric Fiselier · 7 years ago
  40. 8c6e35c Fix test when modules are enabled by Eric Fiselier · 7 years ago
  41. ff5f9b2 Add some const_casts in places where we were implicitly casting away constness. No functional change, but now they're explicit by Marshall Clow · 7 years ago
  42. eaa7473 Mark `__is_inplace_*` tests as UNSUPPORTED in <= C++14. by Michael Park · 7 years ago
  43. c590dae Add an `__is_inplace_index` metafunction. by Michael Park · 7 years ago
  44. 0175dfd Implement the non-parallel versions of reduce and transform_reduce for C++17 by Marshall Clow · 7 years ago
  45. 246eb89 Fix bug 33389 - __is_transparent check requires too much by Marshall Clow · 7 years ago
  46. 6bb9569 Add a test with an empty input range - should do nothing by Marshall Clow · 7 years ago
  47. 3128b5a Mark the recent variant test as UNSUPPORTED for C++ before 17 by Marshall Clow · 7 years ago
  48. bc37f8d Make tuple_element static_assert in pair if the index is out of range. Also, add a message to variant_alternative<> in the similar case (it already asserted). Add tests for this by Marshall Clow · 7 years ago
  49. 568c481 [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-formed if N >= M. We didn't do that. Add a static_assert to cause a failure, and a test that checks that we failed by Marshall Clow · 7 years ago
  50. fb97c44 Implement the non-parallel versions of exclusive_scan and transform_exclusive_scan. Reviewed as https://reviews.llvm.org/D34038. by Marshall Clow · 7 years ago
  51. 76836ca [libcxx] [test] Update locale names for Windows. by Stephan T. Lavavej · 7 years ago
  52. 8ba816b [libcxx] [test] Remove a Clang/C2 workaround. by Stephan T. Lavavej · 7 years ago
  53. c597e38 XFAIL tuple deduction guide test on GCC by Eric Fiselier · 7 years ago
  54. 3113ac6 Add tests for class template deduction on std::tuple. by Eric Fiselier · 7 years ago
  55. 276a69c Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZER by Eric Fiselier · 7 years ago
  56. 3762fe6 Implement LWG 2904. by Michael Park · 7 years ago
  57. 7457967 Fix test with exceptions disabled by Eric Fiselier · 7 years ago
  58. 3da9072 [test] Test changes to accommodate LWG 2904 "Make variant move-assignment more exception safe" by Casey Carter · 7 years ago
  59. 57a009a add missing constexpr to optional::value_or by Casey Carter · 7 years ago
  60. 018fbaf [libcxx] [test] Add _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS to msvc_stdlib_force_include.hpp. by Stephan T. Lavavej · 7 years ago
  61. 91d004d [test] Remove workaround for C1XX empty parameter pack bug by Casey Carter · 7 years ago
  62. 118d2fe Fix the recently introduced test to work on C++03 by Marshall Clow · 7 years ago
  63. b1d8bca Fix some undefined behavior in __hash_table. Thanks to vsk for the report and the patch. Reviewed as https://reviews.llvm.org/D33588. by Marshall Clow · 7 years ago
  64. c689592 Mark two coroutine tests as unsupported under ubsan, again by Vedant Kumar · 7 years ago
  65. 84d7535 Revert "Mark two coroutine tests as unsupported under ubsan" by Vedant Kumar · 7 years ago
  66. 2e612e1 [test] Allow non-libc++ coroutine_handle::done to strengthen noexcept by Casey Carter · 7 years ago
  67. 974e519 Mark two coroutine tests as unsupported under ubsan by Vedant Kumar · 7 years ago
  68. a9d992d Remove ubsan XFAILS in two tests by Vedant Kumar · 7 years ago
  69. 01e23b3 Fix name used in -verify diagnostic to match trunk by Eric Fiselier · 7 years ago
  70. 5ead340 Fix silly mistakes in recent changes made to coroutine test by Eric Fiselier · 7 years ago
  71. 018a3d5 [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows by Eric Fiselier · 7 years ago
  72. 2564257 Guard against more macros in tchar.h by Eric Fiselier · 7 years ago
  73. 0db8645 Transform the libc++ coroutine shell tests into normal .pass.cpp tests. by Eric Fiselier · 7 years ago
  74. ac633a2 Remove uses of _UI because Windows is evil and tchar.h #define's it by Eric Fiselier · 7 years ago
  75. bed6574 [test] s/uexpectedly/unexpectedly/ by Casey Carter · 7 years ago
  76. 53d1985 [coroutines] Make coroutine_handle<T>::from_address ill-formed for everything but void*. by Eric Fiselier · 7 years ago
  77. 704a0db Fix coroutine test failures caused by API misusages. by Eric Fiselier · 7 years ago
  78. 0a8dab6 Fix multiple bugs in coroutine tests. by Eric Fiselier · 7 years ago
  79. 120949f Correct XFAIL's in coroutine tests to only list ubsan by Eric Fiselier · 7 years ago
  80. bcb4a4e Fix use of uninitialized memory by Eric Fiselier · 7 years ago
  81. 5202852 XFAIL tests which trigger coroutine debug info crash in Clang by Eric Fiselier · 7 years ago
  82. 75fc44a Add hack to allow test to run w/o C++17 copy elision by Eric Fiselier · 7 years ago
  83. 1e9e385 Remove XFAIL's for recently fixed bug by Eric Fiselier · 7 years ago
  84. 10d9a93 [coroutines] Add end-to-end tests within libc++ by Eric Fiselier · 7 years ago
  85. a317745 Workaround debug info bug in Clangs coroutine implementation by Eric Fiselier · 7 years ago
  86. 4aec787 Get <experimental/coroutine> working in C++03. by Eric Fiselier · 7 years ago
  87. efcf07d Remove incorrect #ifdef guards around variant tests. by Eric Fiselier · 7 years ago
  88. 90b8e58 [test] Fix breakage from r303947 =( by Casey Carter · 7 years ago
  89. fd6177f [test] make_shared<T()>(...) is, uh, libc++-specific by Casey Carter · 7 years ago
  90. 1bc177f Update more coroutine_handle signatures to reflect N4663. by Eric Fiselier · 7 years ago
  91. 90c1331 Add asserts that the nullptr is maintained in string erase operations. by Billy Robert O'Neal III · 7 years ago
  92. 0b95869 Update coroutine_handle<P>::promise to reflect N4663. by Eric Fiselier · 7 years ago
  93. a42191c [test] Remove workaround for C1XX conversion-to-nullptr bug by Casey Carter · 7 years ago
  94. 8b55cce [test] Workaround C1XX bug in uses_allocator_types.hpp by Casey Carter · 7 years ago
  95. 3a07dd7 Fix a test that was failing in C++11 mode introduced in r303874 by Erik Pilkington · 7 years ago
  96. a3e0bf4 Add support for shared_ptr<FunctionType> by Erik Pilkington · 7 years ago
  97. 737c3bf Add <experimental/coroutine> by Eric Fiselier · 7 years ago
  98. 10411c1 Add non-parallel version of for_each_n (+tests) from the Parallelism TS by Marshall Clow · 7 years ago
  99. 6d52b3b Add some constexpr tests for optional's move/copy ctor by Marshall Clow · 7 years ago
  100. a9197bd Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anything useful. by Marshall Clow · 7 years ago