[libcxx-commits] [PATCH] D97359: [libcxx] adds concept std::movable
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 8 13:19:45 PST 2021
curdeius added inline comments.
================
Comment at: libcxx/test/std/concepts/object/movable.h:71
+ traditional_copy_assignment_only&
+ operator=(traditional_copy_assignment_only const&);
+};
----------------
zoecarver wrote:
> cjdb wrote:
> > zoecarver wrote:
> > > I think it would be good to run added tests through clang-format. (If this is what clang-format generated, no worries.)
> > `arc diff` won't let you submit without first committing the changes clang-format makes :-)
> > (FWIW I think our `.clang-format` is very underspecified.)
> Fair enough. Thanks :)
You always can use `arc diff --nolint`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97359/new/
https://reviews.llvm.org/D97359
More information about the libcxx-commits
mailing list