summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/format_string.h
AgeCommit message (Expand)Author
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-08-30[libc++][NFC] Run clang-format on libcxx/includeLouis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-07-18[libc++][format] Improves diagnostics.Mark de Wever
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-27[libc++] __iterator/readable_traits.h isn't standaloneIan Anderson
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-30[libc++] Don't assume that string_view::const_iterator is a raw pointerLouis Dionne
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-12-14[NFC][libc++][format] Uses qualified calls.Mark de Wever
2022-10-12[libc++][format] Improves CTAD.Mark de Wever
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-10-07[libc++][format] Adds string formatter.Mark de Wever
2021-09-04[libc++][format] Implement formatters.Mark de Wever