[all-commits] [llvm/llvm-project] bbc689: Implement N3644 "Null Forward Pointers" in _LIBCPP...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Fri Apr 23 15:23:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbc6893b11cd85147543e84351176da7c3869cc4
https://github.com/llvm/llvm-project/commit/bbc6893b11cd85147543e84351176da7c3869cc4
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-04-23 (Fri, 23 Apr 2021)
Changed paths:
M libcxx/src/debug.cpp
M libcxx/test/std/strings/basic.string/string.iterators/iterators.pass.cpp
Log Message:
-----------
Implement N3644 "Null Forward Pointers" in _LIBCPP_DEBUG mode.
This functionality is tested in std/containers/sequences/vector/iterators.pass.cpp
(and similarly for all containers, but vector is the only one to be tested that
uses debug iterators).
Differential Revision: https://reviews.llvm.org/D100881
More information about the All-commits
mailing list