summaryrefslogtreecommitdiff
path: root/libcxx/include/__system_error/error_category.h
AgeCommit message (Expand)Author
2025-08-26[libc++] Remove a few incorrect _LIBCPP_EXPORTED_FROM_ABI annotations (#132602)Nikolas Klauser
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-03-31[libc++][NFC] Replace __attribute__((__const__)) with [[__gnu__::__const__]]Nikolas Klauser
2024-01-26[libc++] Annotate generic_category/system_category as const (#78052)Benjamin Kramer
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-05-23[libc++][NFC] Fix whitespace problems in the files added to ignore_format.txt...Nikolas 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