[all-commits] [llvm/llvm-project] c358d9: [libc++] Add various missing _LIBCPP_HIDE_FROM_ABI
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri May 27 10:15:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c358d98b998fc5e34510e4d2c7c25b8d1eb32fb7
https://github.com/llvm/llvm-project/commit/c358d98b998fc5e34510e4d2c7c25b8d1eb32fb7
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-05-27 (Fri, 27 May 2022)
Changed paths:
M libcxx/include/__filesystem/directory_iterator.h
M libcxx/include/__filesystem/path.h
M libcxx/include/any
Log Message:
-----------
[libc++] Add various missing _LIBCPP_HIDE_FROM_ABI
Those were spotted when a project unintentionally started exporting
these symbols from its ABI just by using the libc++ headers.
Differential Revision: https://reviews.llvm.org/D126496
More information about the All-commits
mailing list