[all-commits] [llvm/llvm-project] d1a622: [libc++][NFC] Use uint32_t instead of __uint32_t o...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Jan 13 06:11:13 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1a622db1b1a93ac61f7f281605c4606b391f24a
      https://github.com/llvm/llvm-project/commit/d1a622db1b1a93ac61f7f281605c4606b391f24a
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2025-01-13 (Mon, 13 Jan 2025)

  Changed paths:
    M libcxx/include/__locale

  Log Message:
  -----------
  [libc++][NFC] Use uint32_t instead of __uint32_t on Apple (#122356)

We had a 15 year old occurence of __uint32_t, likely from a time when
uint32_t was not available everywhere.



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