[libcxx-commits] [PATCH] D118668: [libc++][NFC] Add namespace comments in ranges

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 31 16:43:01 PST 2022


philnik created this revision.
philnik added reviewers: ldionne, Quuxplusone, var-const, Mordante.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

With this patch there should be no more namespaces without closing comment


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118668

Files:
  libcxx/include/__functional/function.h
  libcxx/include/__iterator/iter_move.h
  libcxx/include/__ranges/access.h
  libcxx/include/__ranges/all.h
  libcxx/include/__ranges/common_view.h
  libcxx/include/__ranges/data.h
  libcxx/include/__ranges/empty.h
  libcxx/include/__ranges/iota_view.h
  libcxx/include/__ranges/reverse_view.h
  libcxx/include/__ranges/size.h
  libcxx/include/__ranges/transform_view.h
  libcxx/include/__ranges/view_interface.h
  libcxx/include/cstddef
  libcxx/include/variant

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118668.404768.patch
Type: text/x-patch
Size: 7174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220201/8eb09d02/attachment.bin>


More information about the libcxx-commits mailing list