summaryrefslogtreecommitdiff
path: root/libcxx/include/__node_handle
AgeCommit message (Expand)Author
2025-07-10[libc++][NFC] Remove special handling for __hash_value_type in <__node_handle...Nikolas Klauser
2025-05-15[libc++] Avoid type-punning between __value_type and pair (#134819)Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
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-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-10-13[libc++] Re-apply "Remove UB in list, forward_list and __hash_table"Louis Dionne
2023-10-06Revert "[libc++] Remove UB in list, forward_list and __hash_table"Krasimir Georgiev
2023-10-05[libc++] Remove UB in list, forward_list and __hash_tableLouis Dionne
2023-07-24[libc++][hardening] Categorize more assertions.varconst
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
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-09-07[libc++][NFC] Add missing synopsis for node handlesLouis Dionne
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne
2021-05-18[libc++] Alphabetize header inclusions and include-what-you-use <__debug>. NFCI.Arthur O'Dwyer
2021-04-22[libc++] Fix some typos and remove unused macros. NFCI.Arthur O'Dwyer
2019-04-24Avoid name conflict with kernel headersEric Fiselier
2019-02-27[libc++] Remove visibility-related warnings with Clang 8Louis Dionne
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-31Second half of C++17's splicing maps and setsErik Pilkington
2018-08-23Comment out #define __cpp_lib_node_extract, we only support half of that func...Erik Pilkington
2018-08-01First half of C++17's splicing maps and setsErik Pilkington