[all-commits] [llvm/llvm-project] 8110a7: [libcxx][gardening] Re-order includes across libcxx.

Zoe Carver via All-commits all-commits at lists.llvm.org
Fri May 21 13:22:28 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8110a7316401b30632d7efb0211f6059243260ac
      https://github.com/llvm/llvm-project/commit/8110a7316401b30632d7efb0211f6059243260ac
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

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

  Log Message:
  -----------
  [libcxx][gardening] Re-order includes across libcxx.

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

Differential Revision: https://reviews.llvm.org/D102941




More information about the All-commits mailing list