[libcxx-commits] [PATCH] D79343: [libc++][test] Adjust move_iterator tests to allow C++20
Casey Carter via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 7 10:14:22 PDT 2020
CaseyCarter marked an inline comment as done.
CaseyCarter added a comment.
In D79343#2025211 <https://reviews.llvm.org/D79343#2025211>, @ldionne wrote:
> Regarding the formatting changes, I personally think we should clang-format all of libc++, libc++abi and libunwind in one go. Then we'd be done with these small issues that add up. And we can even add the revision to `.git-blame-ignore-revs`.
I'm the furthest thing from a core libc++ maintainer, but FWIW I agree. I set up a `.git-blame-ignore-revs` for the MSVC internal git repo a week or two ago with our "clang-format the things" and "change all the line endings" commits and it has been a great experience.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79343/new/
https://reviews.llvm.org/D79343
More information about the libcxx-commits
mailing list