summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/format_arg.h
AgeCommit message (Expand)Author
2025-10-30[libc++] Fix LLVM 22 TODOs (#153367)Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-01-23[libc++] Use [[clang::no_specializations]] to diagnose invalid user specializ...Nikolas Klauser
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-08-30[libc++][NFC] Run clang-format on libcxx/includeLouis Dionne
2024-04-18[libc++][NFC] Remove unused includes from <__type_traits/remove_cv.h> (#88752)Nikolas Klauser
2024-03-08[libc++][NFC] Move __format/format_fwd.h to __fwd/format.h (#84336)Nikolas Klauser
2024-01-29Reland: [libc++][format] P2637R3: Member visit (std::basic_format_arg) #76449...Hristo Hristov
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2024-01-22Revert "[libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#...Petr Hosek
2024-01-21[libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#76449)Hristo Hristov
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-08-19[libc++] Make everything in namespace std have default type visibility and hi...Nikolas Klauser
2023-07-08[libc++][format] Removes unneeded includes.Mark de Wever
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-21[libc++][format] Adds formattable-with concept.Mark de Wever
2023-05-07[libc++][Modules] Add missing includes and exportsIan Anderson
2023-03-22[libc++] Remove availability markup for std::formatLouis Dionne
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser
2022-11-22[libc++][format] Fixes visit_format_arg.Mark de Wever
2022-07-10[libc++][format] Use forwarding references.Mark de Wever
2022-05-28[libc++] Remove unused __functional includesNikolas Klauser
2022-05-18[libc++][format] Improve format-arg-store.Mark de Wever
2022-04-23[libc++] Fixes concepts overload resolution.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-14[libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser
2022-02-11[libc++] Remove __functional_baseNikolas Klauser
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
2022-02-01[libc++] Remove unneeded qualifier.Mark de Wever
2022-01-24[libc++][format] Adds formatter handle.Mark de Wever
2022-01-24[libc++][format] Adds formatter pointer.Mark de Wever
2021-12-23[libc++][format] Improve ABI stability.Mark de Wever
2021-09-02[libc++][NFC] Move concepts to a subheader.Mark de Wever
2021-09-02[libc++][nfc] Fixes ppc64le-sanitizer build issue.Mark de Wever
2021-09-01[libc++][format] Add __format_arg_store.Mark de Wever