[libcxx-commits] [PATCH] D97359: [libcxx] adds concept std::movable

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 8 11:19:43 PST 2021


cjdb 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:
> 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.)


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