summaryrefslogtreecommitdiff
path: root/libcxx/include/__system_error/system_error.h
AgeCommit message (Expand)Author
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-01-08[libcxx] Handle windows system error code mapping in std::error_code. (#93101)James Y Knight
2024-11-16[libc++] Avoid including <string> in <mutex> (#116254)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser
2023-08-29[libc++] Adds __throw_system_error overload.Mark de Wever
2023-08-11[libc++] Optimize internal function in <system_error>Edoardo Sanguineti
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-04-12[NFC][libc++] Use _LIBCPP_HIDE_FROM_ABI.Mark de Wever
2023-04-11[libc++] Formats the sytem_error headers.Mark de Wever
2023-04-09[libc++] Granularize system_error.Mark de Wever