llvm-project/libcxx
David Tenty 1112b7bad8 [libcxx][AIX] Explicitly include localedef.h in locale.cpp
This header was transitively included to provide the definition of
__lc_ctype_ptr that we use on AIX, but that is fragile as it depends on
the settings of compatibility macros, so we explicitly include it here
to avoid that scenario.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D111239
2021-10-12 12:00:03 -04:00
..
benchmarks [libc++][format] Implement Unicode support. 2021-10-02 11:57:40 +02:00
cmake [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
docs [libc++] Update atomic synopsis and tests. 2021-10-12 17:28:08 +02:00
include [libc++] Update atomic synopsis and tests. 2021-10-12 17:28:08 +02:00
lib [libc++][NFC] Add missing commits to the ABI changelog 2021-07-20 09:19:52 -04:00
src [libcxx][AIX] Explicitly include localedef.h in locale.cpp 2021-10-12 12:00:03 -04:00
test [libc++] Update atomic synopsis and tests. 2021-10-12 17:28:08 +02:00
utils [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
.clang-format [NFC][libc++] Update clang-format style. 2021-09-24 19:28:07 +02:00
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
CMakeLists.txt [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
CREDITS.TXT [NFC] Add contributor name to CREDITS.TXT 2021-09-29 14:48:32 -04:00
LICENSE.TXT
TODO.TXT [libc++] Disallow volatile types in std::allocator 2021-09-22 11:47:38 -04:00
appveyor-reqs-install.cmd
appveyor.yml