aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__debug_utils
AgeCommit message (Expand)AuthorFilesLines
2026-01-27[libc++] Honor __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ in libc++ (#168955)Louis Dionne1-5/+30
2025-10-07[libc++] Make the naming of the iterator_traits aliases consistent (#161661)Nikolas Klauser1-1/+1
2025-06-10[libc++] Inline __has_feature and __has_extension uses (#133634)Nikolas Klauser1-5/+5
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser1-5/+5
2024-04-13[libc++][NFC] Move basic ASan annotation functions into a utility header (#87...Nikolas Klauser1-0/+104
2024-01-22[libc++][hardening] Categorize assertions related to strict weak ordering (#7...Konstantin Varlamov1-7/+7
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-2/+1
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-6/+7
2023-06-04[libcxx] Add strict weak ordering checks to sorting algorithmsDanila Kutenin1-0/+76
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser1-1/+1
2022-07-22[libc++][ranges] Implement `ranges::shuffle`.Konstantin Varlamov1-2/+3
2022-07-17[libc++][ranges] Make range algorithms support proxy iteratorsKonstantin Varlamov1-2/+2
2022-07-03[libc++] Make _LIBCPP_DEBUG_RANDOMIZE_RANGE a functionNikolas Klauser1-0/+42