1. 815d755 [libc++] Control whether exceptions are enabled in the macOS trunk testing script by Louis Dionne · 5 years ago
  2. 72ea6f3 [NFC][libc++] Reindent function by Louis Dionne · 5 years ago
  3. c64eb1f Fix double curlies by JF Bastien · 5 years ago
  4. 6b1420d [CMake] Update lit test configuration by Petr Hosek · 5 years ago
  5. e15dd4e Support tests in freestanding by JF Bastien · 5 years ago
  6. 79e853f [CMake] Support CMake variables for setting target, sysroot and toolchain by Petr Hosek · 5 years ago
  7. 23b5c87 Move the feature test macros script to the utils directory. by Eric Fiselier · 5 years ago
  8. 6146dbd Handle cases where the dirent::d_type macros aren't defined by Eric Fiselier · 5 years ago
  9. 5d83dad add a test and a couple minor bug fixes for the implicit-signed-integer-truncation sanitizer. This is PR#40566 by Marshall Clow · 5 years ago
  10. a5fae53 [libc++] Disentangle the 3 implementations of type_info by Louis Dionne · 5 years ago
  11. 125313b Fix a bit of libc++-specific behavior in the regex tests; add a missing test. Reviewed as https://reviews.llvm.org/D57391 Thanks to Andrey Maksimov for the patch by Marshall Clow · 5 years ago
  12. d4a2081 [CMake] Use correct visibility for linked libraries in CMake by Petr Hosek · 5 years ago
  13. 7b459f3 Revert "[CMake] Use correct visibility for linked libraries in CMake" by Petr Hosek · 5 years ago
  14. 30f748d [CMake] Use correct visibility for linked libraries in CMake by Petr Hosek · 5 years ago
  15. 2ae08ad [libc++] Explicitly initialize std::nothrow by Thomas Anderson · 5 years ago
  16. c79c933 [libc++] Don't define operator new/delete when using vcruntime by Thomas Anderson · 5 years ago
  17. 61be5f1 [libc++] Don't define exception destructors when using vcruntime by Thomas Anderson · 5 years ago
  18. b756802 [libc++] Fix Windows build error in <functional> by Thomas Anderson · 5 years ago
  19. 8677829 [libc++] Fix Windows build error in include/filesystem by Thomas Anderson · 5 years ago
  20. a32a775 Fix PR40495 - is_invokable_v<void> does not compile by Eric Fiselier · 5 years ago
  21. e0324cb Adjust documentation for git migration. by James Y Knight · 5 years ago
  22. b8bdc7a [NFC] Add missing revision for removal of bad_array_length in ABI changelog by Louis Dionne · 5 years ago
  23. 92f58d1 Mark some of the behavior in the move w/allocator constructors of deque/unordered containers as 'libc++-specific'. Thanks to Andrey Maksimov for pointing this out. by Marshall Clow · 5 years ago
  24. 4267db0 [libc++] Use runtime rather then compile-time glibc version check by Petr Hosek · 5 years ago
  25. 1d9cc94 Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library" by Petr Hosek · 5 years ago
  26. d9cf392 [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT always by Michal Gorny · 5 years ago
  27. e15f28c [CMake] Use __libc_start_main rather than fopen when checking for C library by Petr Hosek · 5 years ago
  28. 427fc94 update upcoming meeting issue status by Eric Fiselier · 5 years ago
  29. 9788355 Mark awk.pass.cpp as XFAIL for NetBSD by Kamil Rytarowski · 5 years ago
  30. e7e7b2e D14686: 'Protect against overloaded comma in random_shuffle and improve tests' I had to cut back on the tests with this, because they were not C++03 friendly. Thanks to gribozavr for the patch by Marshall Clow · 5 years ago
  31. 42cbe7a [libcxx] Portability fix: unordered_set and unordered_multiset iterators are not required to be the same by Louis Dionne · 5 years ago
  32. 2a895e8 Mark another test as flaky by Kamil Rytarowski · 5 years ago
  33. f2f9af0 Change a couple of '&' to addressof(). NFC by Marshall Clow · 5 years ago
  34. df2b82c Uncomment the entire test, but mark as XFAIL on linux-gnu because it uses locales that aren't generally available there, similar to the other regex tests by Marshall Clow · 5 years ago
  35. dd8f453 Mark another test as flaky by Kamil Rytarowski · 5 years ago
  36. 01a665a Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patch by Marshall Clow · 5 years ago
  37. 96442b7 [test] Define _LIBCPP_AVAILABILITY_THROW_BAD_ANY_CAST in msvc_stdlib_force_include.hpp by Casey Carter · 5 years ago
  38. 7cab086 Mark another test as flaky by Kamil Rytarowski · 5 years ago
  39. 5091808 Correct mark for flaky tests by Kamil Rytarowski · 5 years ago
  40. 97579ac Commit D11348: 'Win32 support: wcsnrtombs and mbsnrtowcs don't handle null output buffers correctly' which has been hanging around for a long time by Marshall Clow · 5 years ago
  41. 3f9884b Mark more tests flaky by Kamil Rytarowski · 5 years ago
  42. bd03c29 Mark thread.condition.condvarany/wait_for.pass.cpp as flaky by Kamil Rytarowski · 5 years ago
  43. b9b2b3f While reviewing D57058, Louis had some questions about the existing span constructor tests. They were not testing the stuff that they said they were. Updated the tests to test what they should have been doing by Marshall Clow · 5 years ago
  44. 8734fa7 [libcxx] Include <cstring> in tests that use strcmp by Louis Dionne · 5 years ago
  45. 56e3b48 Note that we have a patch for LWG3101 by Marshall Clow · 5 years ago
  46. 844067d Updated issue 3144 by Marshall Clow · 5 years ago
  47. cb6b6cd Update with issues to be moved in San Diego by Marshall Clow · 5 years ago
  48. 905ff2b Fix typos throughout the license files that somehow I and my reviewers by Chandler Carruth · 5 years ago
  49. c6fd2de Fix aligned allocation availability XFAILs after D56445. by Eric Fiselier · 5 years ago
  50. d162d3f Revert "Fix aligned allocation availability XFAILs after D56445." by Eric Fiselier · 5 years ago
  51. e09ce3f Improve docker images and configuration; create compiler-zoo image by Eric Fiselier · 5 years ago
  52. 87d470c Update an example to use the new LLVM file header. by Chandler Carruth · 5 years ago
  53. 9daab63 Update generator script to use the new license file header. by Chandler Carruth · 5 years ago
  54. 7c3769d Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  55. 4685928 Fix all the bots. by Eric Fiselier · 5 years ago
  56. 4abbf7d Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 5 years ago
  57. c781cb5 Install new LLVM license structure and new developer policy. by Chandler Carruth · 5 years ago
  58. 1407278 Fix aligned allocation availability XFAILs after D56445. by Eric Fiselier · 5 years ago
  59. ef4eb5d [hurd] Fix unconditional use of PATH_MAX by Eric Fiselier · 5 years ago
  60. a9e8405 Bump the trunk version to 9.0.0svn by Hans Wennborg · 5 years ago
  61. 89e287b correct script name in generated tests by Eric Fiselier · 5 years ago
  62. 455f16a Attempt to make test_macros.h even more minimal by Eric Fiselier · 5 years ago
  63. 8290a8d Fix feature test macros for atomics/mutexes without threading by Eric Fiselier · 5 years ago
  64. 6840e54 Fix PR40230 - std::pair may have padding on FreeBSD. by Eric Fiselier · 5 years ago
  65. 272871b Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. by Eric Fiselier · 5 years ago
  66. a8b9f59 Implement feature test macros using a script. by Eric Fiselier · 5 years ago
  67. 3ea6c6b Fix size_t/off_t mixup in std::filesystem. by Dan Albert · 5 years ago
  68. ae62476 Add large file support to create_file for 32-bit. by Dan Albert · 5 years ago
  69. b7b2997 [libc++] Support different libc++ namespaces in the iterator test by Petr Hosek · 5 years ago
  70. e315f32 Update year in license files by Hans Wennborg · 5 years ago
  71. 9e69b7d [test] Fix logic error in <compare> tests; enable for MSVC Dev16 by Casey Carter · 5 years ago
  72. 65c8c4f Generalize the comparison test structure to support cross-type comparisons. NFC to the library by Marshall Clow · 5 years ago
  73. 7be0d09 [libcxx] Mark do_open, do_get and do_close parameters unused when catopen is missing by Petr Hosek · 5 years ago
  74. 7493731 Change from a to a . Fixes PR#39871. by Marshall Clow · 5 years ago
  75. 7aafc4d [libcxx] Call __count_bool_true for bitset count by Adhemerval Zanella · 5 years ago
  76. ef48e7b Don't use the form '2017y' in tests, since some gcc versions don't allow it by Marshall Clow · 5 years ago
  77. 8d42566 Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as D56494 by Marshall Clow · 5 years ago
  78. 134a848 [libcxx] Reorganize tests since the application of P0602R4 by Louis Dionne · 5 years ago
  79. 4fb9e8f Filesystem tests: fix fs.op.relative by JF Bastien · 5 years ago
  80. a131ebf [NFC] Always lock free test: add indirection by JF Bastien · 5 years ago
  81. 668faea [NFC] Normalize some test 'main' signatures by JF Bastien · 5 years ago
  82. 0ef5c29 [libcxx] Add a script to run CI on older MacOS versions by Louis Dionne · 5 years ago
  83. 504008e [libcxx] Add a script to run CI on MacOS by Louis Dionne · 5 years ago
  84. 350f501 Mark two UDL tests as being unsupported with Clang 7 by Eric Fiselier · 5 years ago
  85. ee53ced [libcxx] Remove outdated XFAILs for aligned deallocation by Louis Dionne · 5 years ago
  86. cd72c52 Mark two more tests as FLAKY by Eric Fiselier · 5 years ago
  87. ed1d77a [Sema] Teach Clang that aligned allocation is not supported with macosx10.13 by Louis Dionne · 5 years ago
  88. 11a8815 Set the buffer of an fstream to empty when the underlying file is closed. This 'fixes' PR#38052 - std::fstream still good after closing and updating content. by Marshall Clow · 5 years ago
  89. 354589c [libcxx] Optimize vectors construction of trivial types from an iterator range with const-ness mismatch. by Volodymyr Sapsai · 5 years ago
  90. 4626eac Mark more tests as flaky by Eric Fiselier · 5 years ago
  91. a9c67b2 Add the feature test macros that were defined in p1353r0 to the headers of the appropriate tests. No actual tests yet, so NFC. by Marshall Clow · 5 years ago
  92. 9e444eb [libcxx] Support building hermetic static library by Petr Hosek · 5 years ago
  93. 6420803 Fix PR39749 - Headers containing just #error harm __has_include. by Eric Fiselier · 5 years ago
  94. 936dd3d Fix flaky symlink access time test. by Eric Fiselier · 5 years ago
  95. 73aa3a8 Revert "D56064: More tolerance for flaky tests in libc++ on NetBSD" by Kamil Rytarowski · 5 years ago
  96. 7de83dc De-tab a couple tests. NFC by Marshall Clow · 5 years ago
  97. 51895bf More tolerance for flaky tests in libc++ on NetBSD by Kamil Rytarowski · 5 years ago
  98. 8c8f0e1 [libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFO by Louis Dionne · 5 years ago
  99. 5de5c11 [NFC] Fix typo in comment by Louis Dionne · 5 years ago
  100. 5f14fb5 Fix test case breakages caused by lexically_relative change by Eric Fiselier · 5 years ago