[all-commits] [llvm/llvm-project] 0068c5: [libc++] Rename __to_raw_pointer to __to_address.
Eric via All-commits
all-commits at lists.llvm.org
Sat Nov 16 14:18:46 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0068c5913999b14627c27433c8d846a2ef5fbe00
https://github.com/llvm/llvm-project/commit/0068c5913999b14627c27433c8d846a2ef5fbe00
Author: Eric Fiselier <eric at efcs.ca>
Date: 2019-11-16 (Sat, 16 Nov 2019)
Changed paths:
M libcxx/include/__bit_reference
M libcxx/include/__split_buffer
M libcxx/include/deque
M libcxx/include/memory
M libcxx/include/string
M libcxx/include/type_traits
M libcxx/include/vector
Log Message:
-----------
[libc++] Rename __to_raw_pointer to __to_address.
This function has the same behavior as the now-standand std::to_address.
Re-using the name makes the behavior more clear, and in the future it
will allow us to correctly get the raw pointer for user provided pointer
types.
More information about the All-commits
mailing list