[all-commits] [llvm/llvm-project] 557ddc: [clang][headers][Apple] Don't include_next float.h...

Ian Anderson via All-commits all-commits at lists.llvm.org
Tue Apr 29 14:59:49 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 557ddc2e5d066dbc9900cb158a842b9cd5864d8a
      https://github.com/llvm/llvm-project/commit/557ddc2e5d066dbc9900cb158a842b9cd5864d8a
  Author: Ian Anderson <iana at apple.com>
  Date:   2025-04-29 (Tue, 29 Apr 2025)

  Changed paths:
    M clang/lib/Headers/float.h

  Log Message:
  -----------
  [clang][headers][Apple] Don't include_next float.h to avoid an unnecessary module dependency (#137432)

float.h doesn't define anything in Apple's SDKs that the clang float.h
doesn't undefine, so all the include_next does is add an unnecessary
module dependency. Skip the include_next and completely shadow the SDK
header.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list