[all-commits] [llvm/llvm-project] 7cbcc5: [libc] Change UInt integer conversion operators to...

lntue via All-commits all-commits at lists.llvm.org
Tue May 23 11:13:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cbcc581a5bf4b736579ec17cd87c0ae10ace516
      https://github.com/llvm/llvm-project/commit/7cbcc581a5bf4b736579ec17cd87c0ae10ace516
  Author: Tue Ly <lntue at google.com>
  Date:   2023-05-23 (Tue, 23 May 2023)

  Changed paths:
    M libc/src/__support/UInt.h

  Log Message:
  -----------
  [libc] Change UInt integer conversion operators to use standard types.

This fixes an issue with missing `unsigned long` conversion on macOS.

Reviewed By: michaelrj

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




More information about the All-commits mailing list