[all-commits] [llvm/llvm-project] 120fa8: [libc++][nfc] Move iterator_traits and related int...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Tue Apr 20 08:32:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 120fa8293e22f760374a5757d081dc674046e0f0
https://github.com/llvm/llvm-project/commit/120fa8293e22f760374a5757d081dc674046e0f0
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__iterator/iterator_traits.h
M libcxx/include/iterator
Log Message:
-----------
[libc++][nfc] Move iterator_traits and related into __iterator/iterator_traits.h.
Based on D100682 and D99855.
(Note: I originally was going to just make this part of D99855, but I decided not to because this patch moves lots of unrelated code around, and I didn't want to make D99855 harder to review because of unrelated code-changes/moves.)
Differential Revision: https://reviews.llvm.org/D100686
More information about the All-commits
mailing list