summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/format_args.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
2024-07-09[libc++][format] LWG4106: `basic_format_args` should not be default-construct...A. Jiang
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser
2024-03-08[libc++][NFC] Move __format/format_fwd.h to __fwd/format.h (#84336)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-03-22[libc++] Remove availability markup for std::formatLouis Dionne
2023-02-17[libc++][format] Addresses LWG3810.Mark de Wever
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
2022-05-18[libc++][format] Improve format-arg-store.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-09[libc++][format][nfc] Header cleanup.Mark de Wever
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-09-01[libc++][format] Add __format_arg_store.Mark de Wever