[PATCH] D48892: [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 3 12:35:22 PDT 2018
ldionne added a comment.
Note that even in case we end up renaming `_LIBCPP_INLINE_VISIBILITY` to something else, this patch is useful because it ensures that nothing was _actually_ meant to be always inline. So any potential rename can then be just that -- a mechanical rename with no potential for semantic change.
Repository:
rL LLVM
https://reviews.llvm.org/D48892
More information about the llvm-commits
mailing list