[all-commits] [llvm/llvm-project] 67b0b0: [libcxx] Remove static inline and make use of _LIB...
Brad Smith via All-commits
all-commits at lists.llvm.org
Fri May 6 22:14:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67b0b02ec9f2bbc57bf8f0550828d97f460ac11f
https://github.com/llvm/llvm-project/commit/67b0b02ec9f2bbc57bf8f0550828d97f460ac11f
Author: Brad Smith <brad at comstyle.com>
Date: 2022-05-07 (Sat, 07 May 2022)
Changed paths:
M libcxx/include/__support/ibm/gettod_zos.h
M libcxx/include/__support/ibm/xlocale.h
M libcxx/include/__support/musl/xlocale.h
M libcxx/include/__support/solaris/xlocale.h
Log Message:
-----------
[libcxx] Remove static inline and make use of _LIBCPP_HIDE_FROM_ABI in __support headers
After feedback from D122861, do the same thing with some of the other headers. Try to move the
headers so they have a similar style and way of doing things.
Reviewed By: ldionne, daltenty
Differential Revision: https://reviews.llvm.org/D124227
More information about the All-commits
mailing list