summaryrefslogtreecommitdiff
path: root/libcxx/include/system_error
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Move __errc to __system_error/errc.hNikolas Klauser2023-04-101-0/+1
* [libc++] Granularize system_error.Mark de Wever2023-04-091-387/+7
* [libc++] Granularize <type_traits> includesNikolas Klauser2023-03-081-1/+4
* [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser2023-02-151-5/+5
* [libc++] Fix ADL for `make_error_{code,condition}`Jonathan Wakely2022-09-301-4/+25
* [libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser2022-09-271-0/+2
* [libc++][NFC] Enable modernize-use-overrideNikolas Klauser2022-08-251-2/+2
* [libc++][NFC] Rename the constexpr macrosNikolas Klauser2022-08-191-1/+1
* [libc++] Implement `operator<=>` for `error_{code,condition}`Adrian Vogelsgesang2022-08-151-24/+49
* [libc++] Implement `operator<=>` for `error_category`Adrian Vogelsgesang2022-08-151-2/+13
* [libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser2022-07-081-2/+2
* [libc++] Complete the implementation of N4190Nikolas Klauser2022-06-221-2/+2
* [libc++] Mark standard-mandated includes as suchNikolas Klauser2022-06-171-1/+3
* [libc++] Granularize __stringNikolas Klauser2022-06-091-0/+1
* [libc++] Define legacy symbols for inline functions at a finer-grained levelLouis Dionne2022-04-121-2/+1
* [libc++][NFC] Use noexcept instead of _NOEXCEPT for code compiled into the li...Louis Dionne2022-04-111-1/+1
* [libc++] Ensure that all public C++ headers include <__assert>Louis Dionne2022-03-301-0/+1
* [libc++] Remove _LIBCPP_HAS_NO_STRONG_ENUMS.Mark de Wever2022-03-011-1/+1
* [libc++] Remove __functional_baseNikolas Klauser2022-02-111-1/+0
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [libc++] Add the version header to all headers.Mark de Wever2022-01-041-0/+1
* [libc++] `= delete` member functions with // = delete;Nikolas Klauser2021-12-081-4/+2
* [libc++] Remove _LIBCPP_DEFAULTNikolas Klauser2021-12-071-1/+1
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libc++][ABI Break] Make is_error_condition_enum_v and is_error_code_enum_v b...Joe Loser2021-10-281-4/+4
* [libc++][NFCI] Remove uses of _LIBCPP_INLINE_VARLouis Dionne2021-09-221-2/+2
* [libcxx][functional][modular] splices <functional> into modular headersChristopher Di Bella2021-07-011-1/+2
* [libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer2021-06-221-4/+2
* [libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne2021-04-201-1/+1
* [libc++] Header inclusion tests.Arthur O'Dwyer2021-04-061-0/+1
* [libc++] Include <__config> first in all standard headers.Arthur O'Dwyer2021-03-221-2/+3
* [libc++] Replace several uses of 0 by nullptrBruce Mitchener2020-11-271-2/+2
* Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings.Dimitry Andric2020-03-171-0/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne2018-08-011-1/+1
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-24/+24
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-24/+24
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-24/+24
* [libc++] Lift std::errc into a separated headerZhihao Yuan2018-07-031-187/+1
* Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow2018-01-021-4/+4
* Add include of <string> to <system_error>, since things in there return strin...Marshall Clow2017-09-111-0/+1
* Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier2017-01-171-1/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-6/+6
* Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier2017-01-021-1/+2
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-0/+12
* Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...Marshall Clow2016-09-241-0/+16
* Add attribute noreturn to functions that throwAditya Kumar2016-08-271-1/+2
* Fix most GCC warnings during build. Only -Wattribute left.Eric Fiselier2015-08-281-1/+1
* G M: Improve support for compilers not supporting defaulted functions.Howard Hinnant2013-08-241-1/+1
* David Blaikie suggested this test for detecting constexpr on the error_catego...Howard Hinnant2013-08-221-1/+2