[all-commits] [llvm/llvm-project] 7c666c: [libc] Add a convenience class and function for in...

Siva Chandra via All-commits all-commits at lists.llvm.org
Thu Jul 21 13:19:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c666c14f82ee13ddd222aba9543a5579e608e03
      https://github.com/llvm/llvm-project/commit/7c666c14f82ee13ddd222aba9543a5579e608e03
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/CPP/TypeTraits.h
    A libc/src/__support/integer_to_string.h
    M libc/src/stdio/printf_core/CMakeLists.txt
    M libc/src/stdio/printf_core/int_converter.h
    M libc/test/src/__support/CMakeLists.txt
    A libc/test/src/__support/integer_to_string_test.cpp

  Log Message:
  -----------
  [libc] Add a convenience class and function for integer to string conversion.

Printf's integer converter has been modified to use the new converter. In
future, it will be used to implement other parts of the libc.

Reviewed By: michaelrj

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




More information about the All-commits mailing list