aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__exception
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-4/+5
2024-06-17[libc++] Mark more types as trivially relocatable (#89724)Nikolas Klauser1-0/+3
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne1-1/+0
2024-05-22[WebAssembly] Upstream misc. EH changes (#92990)Heejin Ahn1-3/+14
2024-04-02[libc++][NFC] Remove a few unused <__availablity> includes (#86126)Nikolas Klauser1-1/+0
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser1-1/+1
2024-03-11[libc++] Only forward-declare ABI-functions in exception_ptr.h if they are me...itrofimow1-2/+6
2024-01-22[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std...itrofimow1-0/+50
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-2/+2
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik7771-1/+1
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov2-3/+6
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser5-23/+23
2023-05-23[libc++][NFC] Fix whitespace problems in the files added to ignore_format.txt...Nikolas Klauser1-1/+1
2023-03-31[libc++] Add __decay_t and use it instead of decay<>::typeNikolas Klauser1-1/+1
2023-03-13[libc++] Add missing include in exception_ptr.hHans Wennborg1-0/+1
2023-03-12[libc++] Granularize <exception>Nikolas Klauser5-0/+364