[all-commits] [llvm/llvm-project] 0857a0: [libc++][format] Implements 128-bit support.

mordante via All-commits all-commits at lists.llvm.org
Thu Jul 7 08:36:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0857a02ef07c1e6467728f504105d80ed1b6fe4a
      https://github.com/llvm/llvm-project/commit/0857a02ef07c1e6467728f504105d80ed1b6fe4a
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-07-07 (Thu, 07 Jul 2022)

  Changed paths:
    M libcxx/include/__format/formatter_integer.h
    M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.signed_integral.pass.cpp
    M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.unsigned_integral.pass.cpp
    M libcxx/test/std/utilities/format/format.functions/format_tests.h

  Log Message:
  -----------
  [libc++][format] Implements 128-bit support.

With to_chars supporting 128-bit it's possible to support the full
128-bit range in format. This only removes the previous restrictions
and updates the tests to validate proper support.

Depends on D128929.

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list