[libcxx-commits] [PATCH] D152652: [libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI into _LIBCPP_EXPORTED_FROM_ABI
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 14 10:41:41 PDT 2023
philnik updated this revision to Diff 531423.
philnik marked 2 inline comments as done.
philnik added a comment.
Address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152652/new/
https://reviews.llvm.org/D152652
Files:
libcxx/.clang-format
libcxx/docs/DesignDocs/VisibilityMacros.rst
libcxx/include/__algorithm/shuffle.h
libcxx/include/__algorithm/sort.h
libcxx/include/__charconv/from_chars_result.h
libcxx/include/__charconv/to_chars_floating_point.h
libcxx/include/__charconv/to_chars_result.h
libcxx/include/__chrono/file_clock.h
libcxx/include/__chrono/steady_clock.h
libcxx/include/__chrono/system_clock.h
libcxx/include/__condition_variable/condition_variable.h
libcxx/include/__config
libcxx/include/__debug
libcxx/include/__exception/exception.h
libcxx/include/__exception/exception_ptr.h
libcxx/include/__exception/nested_exception.h
libcxx/include/__exception/operations.h
libcxx/include/__exception/terminate.h
libcxx/include/__filesystem/directory_entry.h
libcxx/include/__filesystem/directory_iterator.h
libcxx/include/__filesystem/file_status.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/recursive_directory_iterator.h
libcxx/include/__filesystem/space_info.h
libcxx/include/__format/format_error.h
libcxx/include/__format/formatter_output.h
libcxx/include/__functional/bind.h
libcxx/include/__functional/function.h
libcxx/include/__hash_table
libcxx/include/__locale
libcxx/include/__memory/align.h
libcxx/include/__memory/shared_ptr.h
libcxx/include/__memory_resource/memory_resource.h
libcxx/include/__memory_resource/monotonic_buffer_resource.h
libcxx/include/__memory_resource/pool_options.h
libcxx/include/__memory_resource/synchronized_pool_resource.h
libcxx/include/__memory_resource/unsynchronized_pool_resource.h
libcxx/include/__mutex/mutex.h
libcxx/include/__mutex/tag_types.h
libcxx/include/__random/random_device.h
libcxx/include/__string/extern_template_lists.h
libcxx/include/__support/win32/locale_win32.h
libcxx/include/__system_error/error_category.h
libcxx/include/__system_error/error_code.h
libcxx/include/__system_error/error_condition.h
libcxx/include/__system_error/system_error.h
libcxx/include/__threading_support
libcxx/include/__tuple/sfinae_helpers.h
libcxx/include/__utility/in_place.h
libcxx/include/any
libcxx/include/codecvt
libcxx/include/condition_variable
libcxx/include/experimental/memory_resource
libcxx/include/future
libcxx/include/ios
libcxx/include/iosfwd
libcxx/include/iostream
libcxx/include/locale
libcxx/include/mutex
libcxx/include/new
libcxx/include/optional
libcxx/include/regex
libcxx/include/shared_mutex
libcxx/include/stdexcept
libcxx/include/string
libcxx/include/strstream
libcxx/include/thread
libcxx/include/typeinfo
libcxx/include/valarray
libcxx/include/variant
libcxx/src/any.cpp
libcxx/src/charconv.cpp
libcxx/src/condition_variable_destructor.cpp
libcxx/src/debug.cpp
libcxx/src/experimental/memory_resource.cpp
libcxx/src/filesystem/int128_builtins.cpp
libcxx/src/iostream.cpp
libcxx/src/legacy_pointer_safety.cpp
libcxx/src/memory_resource.cpp
libcxx/src/mutex_destructor.cpp
libcxx/src/optional.cpp
libcxx/src/support/ibm/mbsnrtowcs.cpp
libcxx/src/support/ibm/wcsnrtombs.cpp
libcxx/src/valarray.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152652.531423.patch
Type: text/x-patch
Size: 138546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230614/d480e7b0/attachment-0001.bin>
More information about the libcxx-commits
mailing list