summaryrefslogtreecommitdiff
path: root/libcxx/.clang-format
AgeCommit message (Expand)Author
2025-07-19[libc++] Diagnose passing null pointers to a bunch of APIs (#148585)Nikolas Klauser
2025-07-05[libc++] Add the thread safety annotations unconditionally (#117497)Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-04-08[libc++] Remove _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS (#111964)Nikolas Klauser
2025-04-02[libc++][NFC] Remove _LIBCPP_DISABLE_EXTENSION_WARNINGS (#133693)Nikolas Klauser
2024-10-18[libc++] Re-add attribute macro to clang-format (#112746)Louis Dionne
2024-10-12[libc++][NFC] Remove non-existant macros from the clang-format fileNikolas Klauser
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser
2024-07-31[libc++] Drop support for the C++20 Synchronization Library before C++20 (#82...Louis Dionne
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2024-04-16[libc++] Deprecate the C++20 synchronization library before C++20 (#86410)Louis Dionne
2024-01-20[libc++][memory] P2868R1: Removing deprecated typedef `std::allocator::is_alw...Hristo Hristov
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-11-13[libc++] Readd _LIBCPP_CONSTINITNikolas Klauser
2023-11-13[libc++][NFC] Remove a few unused macros from <__config>Nikolas Klauser
2023-08-19[libc++] Make everything in namespace std have default type visibility and hi...Nikolas Klauser
2023-07-06[libc++] Fix thread annotations on shared_mutex and shared_timed_mutexLouis Dionne
2023-07-04[libc++][NFC] Sort list of attribute macros in the .clang-format fileLouis Dionne
2023-06-20[libc++] Make sure our .clang-format is used for all languagesLouis Dionne
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-06-07[libc++] Introduce __is_pointer_in_rangeNikolas Klauser
2023-03-10[libc++] Remove _LIBCPP_CONSTEVALLouis Dionne
2023-02-27[libc++] Improves clang-format settings.Mark de Wever
2023-02-13Revert "[libc++] Remove _LIBCPP_CONSTEVAL"Hans Wennborg
2023-02-11[libc++] Remove _LIBCPP_CONSTEVALNikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-07-28[libc++] Fix merge-conflict in .clang-formatNikolas Klauser
2022-07-28[libc++] Fix unwrapping ranges with different iterators and sentinelsNikolas Klauser
2022-07-27[libc++] Update clang-format style.Mark de Wever
2022-06-15[libcxx] Remove extraneous '---' lines in .clang-format filesowenca
2022-06-14[libc++] Find a clang-format everybody is happy withNikolas Klauser
2022-06-14[libc++][NFC] clang-format <__config>Nikolas Klauser
2021-10-30[libc++] Update clang-format to C++20.Mark de Wever
2021-09-24[NFC][libc++] Update clang-format style.Mark de Wever
2021-04-15[libcxx][NFC] removes IndentRequires from .clang-formatChristopher Di Bella
2021-04-15[libcxx][NFC] removes BreakBeforeConceptDeclarations from .clang-formatChristopher Di Bella
2021-04-15[libcxx][NFC] adjusts formatting rulesChristopher Di Bella
2017-04-15Make clang-format use C++03 syntaxEric Fiselier
2017-01-14Tweak .clang-format configuration.Eric Fiselier
2017-01-03clang-format: tweak configurationSaleem Abdulrasool
2016-12-09fix misspelling in .clang-formatEric Fiselier
2016-12-09Turn off header sorting and comment formattingEric Fiselier
2016-11-23[libcxx] Fix max_size() across all containersEric Fiselier
2016-11-15Add .clang-format to libc++Eric Fiselier