summaryrefslogtreecommitdiff
path: root/libcxx/test/tools
AgeCommit message (Expand)Author
2025-07-05[libc++] Granularize <locale> (#146650)Nikolas Klauser
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-04-07[libc++] Clang-tidy operator& hijacker. (#128366)Mark de Wever
2025-03-26[libcxx] [test] Fix restoring LLVM_DIR and Clang_DIR (#132838)Martin Storsjö
2025-03-23[libc++] Add [[gnu::nodebug]] on type traits (#128502)Nikolas Klauser
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne
2025-01-24[libc++] Switch experimental library macros to 0/1 macros (#124030)Nikolas Klauser
2025-01-17[libc++] Enable _LIBCPP_NODEBUG again (#123318)Nikolas Klauser
2025-01-14[libc++] Remove unused _LIBCPP_HAS_NO_TREE_BARRIER macro and associated dead ...Louis Dionne
2025-01-10[libc++] Disable _LIBCPP_NODEBUG temporarily (#122393)Nikolas Klauser
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-02[libc++] Re-enable Clang-tidy checks in the CI (#110026)Louis Dionne
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-25[libc++] Disable the clang-tidy checks to get CI back (#109989)Louis Dionne
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne
2024-08-10[libc++] re-enable clang-tidy in the CI and fix any issues (#102658)Nikolas Klauser
2024-06-03[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)David Stone
2024-05-28[runtimes][CMake] Simplify the propagation of test dependencies (#93558)Louis Dionne
2024-05-08[libc++][CI] Reenables clang-tidy. (#90077)Mark de Wever
2024-04-13[libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85794)Mark de Wever
2024-03-18Revert "[libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85262)"Mark de Wever
2024-03-18[libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85262)Mark de Wever
2024-03-09[RFC][libc++] Reworks clang-tidy selection. (#81362)Mark de Wever
2024-02-09[NFC][libc++] Removes obsolete compiler support. (#80481)Mark de Wever
2024-01-17[libc++][modules] Fixes clang-tidy exports. (#76288)Mark de Wever
2024-01-17[libc++][modules] Increase clang-tidy version used. (#76268)Mark de Wever
2023-12-31[NFC][libc++] Fixes a compiler warning.Mark de Wever
2023-12-12[libc++][module] Fixes std::string UDL. (#75000)Mark de Wever
2023-12-09[libc++][modules] Adds std.compat module. (#71438)Mark de Wever
2023-12-02[libc++] Update libcpp-uglify-attributes to diagnose all attributes in C++03Nikolas Klauser
2023-10-06[libc++] Bump the clang version the clang-tidy checks are based on (#68318)philnik777
2023-08-17[libc++][CI] Fixes error messages.Mark de Wever
2023-08-09[libc++][modules] Removes the module partitions.Mark de Wever
2023-08-07[libcxx] Fix typo in commentsEymen Ünay
2023-07-31[libc++][modules] Improves export validation.Mark de Wever
2023-07-08[libc++][modules] Avoids duplicated exports.Mark de Wever
2023-06-15[libc++][modules] Adds the C++23 std module.Mark de Wever
2023-05-31[libc++][test] Prefers the newer clang-tidy version.Mark de Wever
2023-05-24[libc++] Fixes clang-tidy plugin for clang-tidy 17.Mark de Wever
2023-05-24[libc++] Adds C++26 support.Mark de Wever
2023-05-04[libc++][test] Selects proper C++23 field.Mark de Wever
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-04-07[libc++] Reject standard attributes which are extensions in libcpp-uglify-att...Nikolas Klauser
2023-03-08[libc++] Add clang-tidy check for version checksNikolas Klauser
2023-02-28[libc++] Run clang-tidy in all configurations that are run in the Docker cont...Nikolas Klauser
2023-02-26[libc++] Improves clang-tidy configuration.Mark de Wever
2023-02-01[libc++] Look for Clang 17 when compiling clang-tidy checksNikolas Klauser