This adds the files with the named declarations in the global namespace
used in the std.compat module. Using these files and testing them will
be done in a followup commit.
Implements parts of
- P2465R3 Standard Library Modules std and std.compat
Paths
| Differential D158639
[libc++][modules] Adds std.compat module files. AbandonedPublic Authored by Mordante on Aug 23 2023, 10:22 AM.
Details
Summary This adds the files with the named declarations in the global namespace Implements parts of
Diff Detail
Event TimelineComment Actions I think it would be better to have the tests ready when we ship this patch. Otherwise we risk having to make major changes to these .inc files (e.g. _LIBCPP_USING_IF_EXISTS). We could probably start over on GitHub. Comment Actions
This will be quite some work and since we're trying to clear the Phabricator review queue I'll abandon this. Once I have a complete patch I'll create a GitHub PR.
Revision Contents
Diff 552787 libcxx/modules/std.compat/cassert.inc
libcxx/modules/std.compat/cctype.inc
libcxx/modules/std.compat/cerrno.inc
libcxx/modules/std.compat/cfenv.inc
libcxx/modules/std.compat/cfloat.inc
libcxx/modules/std.compat/cinttypes.inc
libcxx/modules/std.compat/climits.inc
libcxx/modules/std.compat/clocale.inc
libcxx/modules/std.compat/cmath.inc
libcxx/modules/std.compat/csetjmp.inc
libcxx/modules/std.compat/csignal.inc
libcxx/modules/std.compat/cstdarg.inc
libcxx/modules/std.compat/cstddef.inc
libcxx/modules/std.compat/cstdint.inc
libcxx/modules/std.compat/cstdio.inc
libcxx/modules/std.compat/cstdlib.inc
libcxx/modules/std.compat/cstring.inc
libcxx/modules/std.compat/ctime.inc
libcxx/modules/std.compat/cuchar.inc
libcxx/modules/std.compat/cwchar.inc
libcxx/modules/std.compat/cwctype.inc
|