aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__tree
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++] Refactor<__type_traits/is_swappable.h> (#86822)Nikolas Klauser1-7/+6
2024-06-18[libc++] Enable modernize-use-equals-delete (#93293)Nikolas Klauser1-2/+0
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser1-6/+6
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser1-5/+3
2024-02-20[libc++] Refactor more __enable_ifs to the canonical style (#81457)Nikolas Klauser1-6/+4
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-2033/+1580
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-94/+94
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-122/+122
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-1/+0
2023-10-13[libc++] Re-apply "Remove UB in list, forward_list and __hash_table"Louis Dionne1-0/+2
2023-10-06Revert "[libc++] Remove UB in list, forward_list and __hash_table"Krasimir Georgiev1-2/+0
2023-10-05[libc++] Remove UB in list, forward_list and __hash_tableLouis Dionne1-0/+2
2023-09-01[libc++][NFC] Refactor __enable_if return types to defaulted template parametersNikolas Klauser1-6/+8
2023-07-24[libc++][hardening] Categorize more assertions.varconst1-14/+14
2023-07-20[libc++][hardening] Categorize most assertions inside the container classes.varconst1-3/+1
2023-07-12[libc++][hardening][NFC] Add macros to enable hardened mode.varconst1-2/+3
2023-07-04[libc++] Disable tree invariant check in asserts modeHans Wennborg1-1/+2
2023-06-29[libc++] Remove the legacy debug mode.varconst1-2/+1
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-14/+14
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser1-1/+1
2023-05-07[libc++][Modules] Add missing includes and exportsIan Anderson1-0/+1
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-53/+50
2023-03-12[libc++] Granularize <exception>Nikolas Klauser1-0/+1
2023-02-28[libc++] Run clang-tidy in all configurations that are run in the Docker cont...Nikolas Klauser1-1/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-6/+6
2022-12-27[libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser1-0/+12
2022-10-11[libc++] static_assert that rebinding the allocator works as expectedNikolas Klauser1-3/+2
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser1-8/+4
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-11/+11
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-1/+6
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-6/+1
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-1/+6
2022-08-14[libc++] Granularize the rest of type_traitsNikolas Klauser1-0/+1
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser1-7/+7
2022-07-26[libc++] Use uninitialized algorithms for vectorNikolas Klauser1-0/+1
2022-07-21Revert "[libc++] Use uninitialized algorithms for vector"Augusto Noronha1-1/+0
2022-07-20[libc++] Use uninitialized algorithms for vectorNikolas Klauser1-0/+1
2022-07-04[libc++][NFC] Replace enable_if with __enable_if_t in a few placesNikolas Klauser1-22/+10
2022-06-13[libc++] Removes a GCC bug work-around.Mark de Wever1-2/+0
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser1-1/+5
2022-05-05[libc++] Add a few _LIBCPP_ASSERTs in __treeLouis Dionne1-12/+17
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser1-0/+1
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-2/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+2
2022-02-17Remove __uncvref; use __uncvref_t insteadNikolas Klauser1-1/+1
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser1-1/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-10-07[libc++] Use addressof in assignment operator.Mark de Wever1-1/+1
2021-09-20Eliminate _LIBCPP_EQUAL_DELETE in favor of `=delete`.Arthur O'Dwyer1-6/+6
2021-06-25[libcxx][modularisation] splits `<utility>` into self-contained headersChristopher Di Bella1-0/+1