aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__format/format_string.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-14/+6
2023-07-18[libc++][format] Improves diagnostics.Mark de Wever1-2/+2
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-2/+3
2023-06-27[libc++] __iterator/readable_traits.h isn't standaloneIan Anderson1-1/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2023-01-30[libc++] Don't assume that string_view::const_iterator is a raw pointerLouis Dionne1-24/+28
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-1/+1
2022-12-14[NFC][libc++][format] Uses qualified calls.Mark de Wever1-3/+2
2022-10-12[libc++][format] Improves CTAD.Mark de Wever1-0/+3
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser1-8/+0
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-1/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+1
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne1-1/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-10-07[libc++][format] Adds string formatter.Mark de Wever1-5/+0
2021-09-04[libc++][format] Implement formatters.Mark de Wever1-0/+174