[all-commits] [llvm/llvm-project] 472fa0: [libc][nfc] add CPP Limits.h for numeric_limits

michaelrj-google via All-commits all-commits at lists.llvm.org
Thu Aug 12 14:31:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 472fa04de8f3c0e0381d2209ed01d3c18b4ecf4a
      https://github.com/llvm/llvm-project/commit/472fa04de8f3c0e0381d2209ed01d3c18b4ecf4a
  Author: Michael Jones <michaelrj at google.com>
  Date:   2021-08-12 (Thu, 12 Aug 2021)

  Changed paths:
    M libc/utils/CPP/CMakeLists.txt
    A libc/utils/CPP/Limits.h

  Log Message:
  -----------
  [libc][nfc] add CPP Limits.h for numeric_limits

Add an implementation of numeric_limits for use in str_conv_utils.
It currently only supports the basic integer types, with more types
coming as needed.

Reviewed By: sivachandra

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




More information about the All-commits mailing list