[all-commits] [llvm/llvm-project] 639b96: [libc++][NFC] Replace _LIBCPP_INLINE_VISIBILTIY an...
philnik777 via All-commits
all-commits at lists.llvm.org
Sun May 1 04:00:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 639b9618f46d75f4dabd2082b3f6ba8433c287bf
https://github.com/llvm/llvm-project/commit/639b9618f46d75f4dabd2082b3f6ba8433c287bf
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-05-01 (Sun, 01 May 2022)
Changed paths:
M libcxx/include/string
Log Message:
-----------
[libc++][NFC] Replace _LIBCPP_INLINE_VISIBILTIY and _VSTD in <string>
Replace all the instances of `_LIBCPP_INLINE_VISIBILITY` with `_LIBCPP_HIDE_FROM_ABI` and `_VSTD` with `std`.
Reviewed By: Mordante, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D124662
More information about the All-commits
mailing list