summaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)Author
2025-11-22[libc++][any] Applied `[[nodiscard]]` (#168826)Hristo Hristov
2025-11-22[libc++][any][NFC] Reformat and refactor any_cast tests (#169057)Hristo Hristov
2025-11-21[libc++] Revert fstream::read optimizations (#168894)Jordan Rupprecht
2025-11-20[libc++][memory] Applied `[[nodiscard]]` to smart pointers (#168483)Hristo Hristov
2025-11-19[libc++] Remove is_signed<T> use from <limits> (#168334)Nikolas Klauser
2025-11-19Add test case for xsgetn in basic_filebuf (#167937)Sterling-Augustine
2025-11-19[libc++] Make views::iota aware of __int128 (#167869)Nikolas Klauser
2025-11-18[libc++] Fix header deprecations (#163356)Nikolas Klauser
2025-11-18[libc++][span] Mark functions as `[[nodiscard]]` (#168033)Hristo Hristov
2025-11-17[libc++] Replace a few .compile.fail.cpp tests by proper clang-verify tests (...Louis Dionne
2025-11-17[libc++] Fix __hash_table::erase(iterator, iterator) to update the bucket lis...Nikolas Klauser
2025-11-16[libc++][test] re-enable the inference test for clang (#168258)Hui
2025-11-15[libc++] Make `std::numeric_limits<NonPromoted>::traps` `false` (#166724)A. Jiang
2025-11-15[libc++] Apply `[[nodiscard]]` to `in/out_ptr` (#167097)Hristo Hristov
2025-11-14[libc++][hardening] Allow setting the assertion semantic via CMake. (#167636)Konstantin Varlamov
2025-11-14[libc++][ranges] LWG3505: `split_view::outer-iterator::operator++` misspecifi...Hristo Hristov
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser
2025-11-13[libc++] Simplify the implementation of the unique_ptr -> shared_ptr converti...Nikolas Klauser
2025-11-12[utils] revamp options controlling lit's output (#167192)Henrik G. Olsson
2025-11-12[libc++] Optimize __tree copy/move constructor/assignment with allocator (#16...Nikolas Klauser
2025-11-12[libc++] Mark string functions as [[nodiscard]] (#166524)Nikolas Klauser
2025-11-12[libc++] Implement P2988R12: `std::optional<T&>` (#155202)William Tran-Viet
2025-11-11[libc++] Remove __is_replaceable emulation (#167355)Louis Dionne
2025-11-10[libc++] Avoid overloaded `operator,` for (`T`, `Iter`) cases (#161049)A. Jiang
2025-11-10[libc++] Replace __libcpp_is_final with a variable template (#167137)Nikolas Klauser
2025-11-09[libc++][numeric] Marked saturation artithmetic functions as `[[nodiscard]]` ...Hristo Hristov
2025-11-09[libc++] Treat P0513R0 as a defect report against C++11 (#166690)A. Jiang
2025-11-08[libc++][test] Fix-up tests for `is_clock(_v)` (#166888)A. Jiang
2025-11-07[libc++] Optimize fstream::read (#165223)Nikolas Klauser
2025-11-06[libcxx] Implement C++20 std::chrono::is_clock, std::chrono::is_clock_v (#160...Yuxuan Chen
2025-11-05[libc++] Remove <cstdlib> include from <exception> (#166340)Nikolas Klauser
2025-11-05[libc++][NFC] Removed unsupported compilers from tests (#166403)Hristo Hristov
2025-11-05[libc++] Remove guards for builtins for reference binding traits (#166288)A. Jiang
2025-11-03[libc++] Add move constructor & assignment to `exception_ptr` (#164281)Adrian Vogelsgesang
2025-11-02[libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072)Louis Dionne
2025-11-02[libc++] P2641R4: Checking if a `union` alternative is active (`std::is_withi...Nikolas Klauser
2025-11-02[libc++] Remove a few unused includes (#165687)Nikolas Klauser
2025-11-02[libc++] Add [[clang::lifetimebound]] to std::identity (#165854)Nikolas Klauser
2025-11-01[libc++] constexpr flat_multiset (#161016)Hui
2025-10-31[libc++][test] Make `deallocate_size.pass.cpp` MSVC-friendly (#165162)A. Jiang
2025-10-30[libc++] Fix localization failures on macOS 15.4 (#138744)Louis Dionne
2025-10-30[libc++] Fix LLVM 22 TODOs (#153367)Nikolas Klauser
2025-10-27Revert "[libcxx] Define `_LIBCPP_HAS_C8RTOMB_MBRTOC8` to true if compiling wi...Nikolas Klauser
2025-10-27[libc++] Add benchmark for `std::exception_ptr` (#164278)Adrian Vogelsgesang
2025-10-26[libc++] Enable Clang modules in most of the CI runs (#160251)Nikolas Klauser
2025-10-24[libcxx] Define `_LIBCPP_HAS_C8RTOMB_MBRTOC8` to true if compiling with clang...Victor Campos
2025-10-22[libc++][C++03] Fix alg.count/count.pass.cpp (#163751)Nikolas Klauser
2025-10-22[libc++][C++03] Introduce LIBCPP_{,NON_}FROZEN_ASSERT (#163380)Nikolas Klauser
2025-10-21[libcxx] Optimize `std::generate_n` for segmented iterators (#164266)Connector Switch
2025-10-21Reapply "[libc++] Optimize __hash_table::erase(iterator, iterator)" (#162850)Nikolas Klauser