[all-commits] [llvm/llvm-project] f1d274: [libc][NFC] Make the buffer size of the integer to...

Siva Chandra via All-commits all-commits at lists.llvm.org
Sun Jul 31 23:55:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1d274b5c6811f3855cee4b44ba18de8818774cf
      https://github.com/llvm/llvm-project/commit/f1d274b5c6811f3855cee4b44ba18de8818774cf
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-08-01 (Mon, 01 Aug 2022)

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

  Log Message:
  -----------
  [libc][NFC] Make the buffer size of the integer to string converter public.

This allows users of the IntegerToString class to size their buffers
appropriately at compile time.




More information about the All-commits mailing list