[libc++][NFC] Move basic_format_parse_context to its own header.
authorMark de Wever <koraq@xs4all.nl>
Sun, 25 Apr 2021 16:23:42 +0000 (18:23 +0200)
committerMark de Wever <koraq@xs4all.nl>
Wed, 26 May 2021 15:50:09 +0000 (17:50 +0200)
commitde9df3f5b952f66d6b80f9e4d957eb82f3021d71
treed49c13842cc044001732d49e4198fa28297b43e4
parentdeb6a0f94a24301a015d88a943d1acb429024f72
[libc++][NFC] Move basic_format_parse_context to its own header.

This is a preparation to split the format header in smaller parts for the
upcoming patches.

Depends on D101723

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D102703
libcxx/include/CMakeLists.txt
libcxx/include/__format/format_parse_context.h [new file with mode: 0644]
libcxx/include/format