Arthur O'Dwyer
fa6b9e4010
[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
...
Now we'll notice if a header forgets to include this magic phrase.
Differential Revision: https://reviews.llvm.org/D118800
2022-02-04 12:27:19 -05:00
Louis Dionne
64184b4af0
[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS
...
Only files that actually use min/max are required to do this dance.
Differential Revision: https://reviews.llvm.org/D108778
2021-08-27 12:41:55 -04:00
Mark de Wever
b49961987f
[lbc++][nfc] Use _LIBCPP_HIDE_FROM_ABI.
...
This replaces _LIBCPP_INLINE_VISIBILITY with _LIBCPP_HIDE_FROM_ABI. It's
not intended to do for other parts of libc++. This change makes it easy
to search and replace all occurrences of the patches in review.
2021-07-21 08:02:15 +02:00
Mark de Wever
e00969c0b7
[libc++][NFC] Rename include guard.
2021-06-25 17:34:30 +02:00
Mark de Wever
16342e3994
[libc++][NFC] Move format_error to its own header.
...
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D101723
2021-05-26 17:43:23 +02:00