[libcxx-commits] [PATCH] D151900: [libc++][NFC] Create a new folder for config-related headers.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 7 22:30:23 PDT 2023
var-const updated this revision to Diff 529505.
var-const added a comment.
Herald added subscribers: abrachet, phosek.
Granularize most of `<__config>`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151900/new/
https://reviews.llvm.org/D151900
Files:
libcxx/CMakeLists.txt
libcxx/include/CMakeLists.txt
libcxx/include/__assert
libcxx/include/__atomic/atomic_base.h
libcxx/include/__atomic/atomic_sync.h
libcxx/include/__availability
libcxx/include/__charconv/to_chars_floating_point.h
libcxx/include/__chrono/file_clock.h
libcxx/include/__config
libcxx/include/__config_dir/abi.h
libcxx/include/__config_dir/attributes.h
libcxx/include/__config_dir/availability.h
libcxx/include/__config_dir/base.h
libcxx/include/__config_dir/base_umbrella.h
libcxx/include/__config_dir/c_std_library.h
libcxx/include/__config_dir/compiler_shims.h
libcxx/include/__config_dir/deprecation.h
libcxx/include/__config_dir/endianness.h
libcxx/include/__config_dir/experimental.h
libcxx/include/__config_dir/features.h
libcxx/include/__config_dir/language_versions_support.h
libcxx/include/__config_dir/objc.h
libcxx/include/__config_dir/object_format.h
libcxx/include/__config_dir/platform_msvc.h
libcxx/include/__config_dir/pstl.h
libcxx/include/__config_dir/random_device.h
libcxx/include/__config_dir/sanitizers.h
libcxx/include/__config_dir/threading.h
libcxx/include/__config_dir/utils.h
libcxx/include/__config_dir/versions.h
libcxx/include/__config_dir/visibility.h
libcxx/include/__debug
libcxx/include/__exception/operations.h
libcxx/include/__filesystem/copy_options.h
libcxx/include/__filesystem/directory_entry.h
libcxx/include/__filesystem/directory_iterator.h
libcxx/include/__filesystem/directory_options.h
libcxx/include/__filesystem/file_status.h
libcxx/include/__filesystem/file_time_type.h
libcxx/include/__filesystem/file_type.h
libcxx/include/__filesystem/filesystem_error.h
libcxx/include/__filesystem/operations.h
libcxx/include/__filesystem/path.h
libcxx/include/__filesystem/path_iterator.h
libcxx/include/__filesystem/perm_options.h
libcxx/include/__filesystem/perms.h
libcxx/include/__filesystem/recursive_directory_iterator.h
libcxx/include/__filesystem/space_info.h
libcxx/include/__filesystem/u8path.h
libcxx/include/__format/container_adaptor.h
libcxx/include/__format/format_args.h
libcxx/include/__format/format_context.h
libcxx/include/__format/format_functions.h
libcxx/include/__format/format_fwd.h
libcxx/include/__format/formatter.h
libcxx/include/__format/formatter_bool.h
libcxx/include/__format/formatter_char.h
libcxx/include/__format/formatter_integer.h
libcxx/include/__format/formatter_pointer.h
libcxx/include/__format/formatter_string.h
libcxx/include/__format/formatter_tuple.h
libcxx/include/__format/parser_std_format_spec.h
libcxx/include/__format/range_default_formatter.h
libcxx/include/__format/range_formatter.h
libcxx/include/__locale
libcxx/include/__memory/shared_ptr.h
libcxx/include/__stop_token/stop_callback.h
libcxx/include/__stop_token/stop_source.h
libcxx/include/__stop_token/stop_state.h
libcxx/include/__stop_token/stop_token.h
libcxx/include/__thread/poll_with_backoff.h
libcxx/include/__threading_support
libcxx/include/__verbose_abort
libcxx/include/any
libcxx/include/barrier
libcxx/include/fstream
libcxx/include/future
libcxx/include/latch
libcxx/include/libcxx.imp
libcxx/include/module.modulemap.in
libcxx/include/new
libcxx/include/optional
libcxx/include/semaphore
libcxx/include/shared_mutex
libcxx/include/thread
libcxx/include/typeinfo
libcxx/include/variant
libcxx/src/debug.cpp
libcxx/src/optional.cpp
libcxx/test/support/container_debug_tests.h
libcxx/utils/data/ignore_format.txt
libcxx/utils/generate_feature_test_macro_components.py
libcxx/utils/generate_iwyu_mapping.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151900.529505.patch
Type: text/x-patch
Size: 164573 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230608/db6017f6/attachment-0001.bin>
More information about the libcxx-commits
mailing list