aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__node_handle
AgeCommit message (Expand)AuthorFilesLines
2023-07-24[libc++][hardening] Categorize more assertions.varconst1-1/+1
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn1-0/+5
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-1/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-2/+2
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-2/+2
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-1/+2
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-2/+1
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-1/+2
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-4/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+4
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne1-1/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-09-07[libc++][NFC] Add missing synopsis for node handlesLouis Dionne1-0/+48
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne1-4/+0
2021-05-18[libc++] Alphabetize header inclusions and include-what-you-use <__debug>. NFCI.Arthur O'Dwyer1-0/+1
2021-04-22[libc++] Fix some typos and remove unused macros. NFCI.Arthur O'Dwyer1-1/+1
2019-04-24Avoid name conflict with kernel headersEric Fiselier1-1/+1
2019-02-27[libc++] Remove visibility-related warnings with Clang 8Louis Dionne1-2/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-31Second half of C++17's splicing maps and setsErik Pilkington1-3/+0
2018-08-23Comment out #define __cpp_lib_node_extract, we only support half of that func...Erik Pilkington1-1/+2
2018-08-01First half of C++17's splicing maps and setsErik Pilkington1-0/+212