[libcxx-commits] [PATCH] D102941: [libcxx][gardening] Re-order includes across libcxx.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 21 13:15:39 PDT 2021


zoecarver created this revision.
zoecarver added reviewers: Quuxplusone, cjdb, ldionne, EricWF.
zoecarver requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This commit alphabetizes all includes in libcxx. This is a NFC.

This can also serve as a pseudo "announcement" for how we should order these headers going forward (note: double underscores go before other headers).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102941

Files:
  libcxx/include/__bsd_locale_fallbacks.h
  libcxx/include/__iterator/concepts.h
  libcxx/include/__iterator/iterator_traits.h
  libcxx/include/__memory/shared_ptr.h
  libcxx/include/__ranges/data.h
  libcxx/include/__ranges/size.h
  libcxx/include/__support/ibm/xlocale.h
  libcxx/include/__support/openbsd/xlocale.h
  libcxx/include/__support/win32/limits_msvc_win32.h
  libcxx/include/__support/win32/locale_win32.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102941.347108.patch
Type: text/x-patch
Size: 5081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210521/3cfdc015/attachment.bin>


More information about the libcxx-commits mailing list