llvm-project/libcxx
Stefan Pintilie 96918f2af6 [libcxx] String format class marked as packed
This patch marks the class _Flags as packed because the design assumes that it
is packed and a number of tests also assume that it is packed. However on AIX
the class is not packed unless it is marked as such.

Reviewed By: hubert.reinterpretcast, #libc, Mordante, ldionne, Quuxplusone

Differential Revision: https://reviews.llvm.org/D119567
2022-02-25 10:07:19 -06:00
..
benchmarks [libc++] Fix modules and benchmarks CI builds when incomplete features are disabled 2022-02-08 15:15:07 -05:00
cmake [libcxx][ci] Switch to CMAKE_CXX_COMPILER_TARGET for Arm bots 2022-02-22 09:42:55 +00:00
docs [libc++] Add empty line in ReleaseNotes.rst 2022-02-24 00:09:47 +01:00
include [libcxx] String format class marked as packed 2022-02-25 10:07:19 -06:00
lib [libc++] Take more knobs into account when generating ABI lists 2022-02-15 16:11:16 -05:00
src [libc++] Make sure calls to std::move are always qualified 2022-02-24 19:58:08 -05:00
test [libcxx] String format class marked as packed 2022-02-25 10:07:19 -06:00
utils [libcxx] [test] Use proper UTF-8 locales on Windows 2022-02-18 00:02:34 +02:00
.clang-format [libc++] Update clang-format to C++20. 2021-10-30 12:50:57 +02:00
.clang-tidy [libc++][test] Run clang-tidy during CI 2022-02-16 00:22:08 +01:00
.gitignore
CMakeLists.txt [runtimes] Move warning messages for FOO_SYSROOT & friends above their default value 2022-02-16 12:00:34 -05:00
CREDITS.TXT Microsoft's floating-point to_chars powered by Ryu and Ryu Printf 2021-12-12 16:34:50 +01: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