[all-commits] [llvm/llvm-project] b49961: [lbc++][nfc] Use _LIBCPP_HIDE_FROM_ABI.
mordante via All-commits
all-commits at lists.llvm.org
Tue Jul 20 23:02:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b49961987fd703dfcec4e78cac9c110c646e3329
https://github.com/llvm/llvm-project/commit/b49961987fd703dfcec4e78cac9c110c646e3329
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M libcxx/include/__format/format_error.h
M libcxx/include/__format/format_parse_context.h
Log Message:
-----------
[lbc++][nfc] Use _LIBCPP_HIDE_FROM_ABI.
This replaces _LIBCPP_INLINE_VISIBILITY with _LIBCPP_HIDE_FROM_ABI. It's
not intended to do for other parts of libc++. This change makes it easy
to search and replace all occurrences of the patches in review.
More information about the All-commits
mailing list