[all-commits] [llvm/llvm-project] 347f69: [libc++] Revert the std::to_address change to avoi...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue May 4 15:50:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 347f69c55f45acd80070f522bed7417d402f84b0
https://github.com/llvm/llvm-project/commit/347f69c55f45acd80070f522bed7417d402f84b0
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M libcxx/include/__memory/pointer_traits.h
M libcxx/include/iterator
R libcxx/test/libcxx/utilities/memory/pointer.conversion/to_address.pass.cpp
R libcxx/test/libcxx/utilities/memory/pointer.conversion/to_address_std_iterators.pass.cpp
M libcxx/test/std/utilities/memory/pointer.conversion/to_address.pass.cpp
R libcxx/test/std/utilities/memory/pointer.conversion/to_address_std_iterators.pass.cpp
Log Message:
-----------
[libc++] Revert the std::to_address change to avoid relying on element_type.
This reverts commit da456167, which broke the Clang build. I'm able to
reproduce it but I want to give myself a bit more time to investigate.
Differential Revision: https://reviews.llvm.org/D101638
More information about the All-commits
mailing list