[all-commits] [llvm/llvm-project] 6ec465: [libc] add printf oct conversion

michaelrj-google via All-commits all-commits at lists.llvm.org
Mon Jun 27 15:37:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ec465ab8ff25f897aa61addb2daf424c7de5b6f
      https://github.com/llvm/llvm-project/commit/6ec465ab8ff25f897aa61addb2daf424c7de5b6f
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-06-27 (Mon, 27 Jun 2022)

  Changed paths:
    M libc/src/stdio/printf_core/CMakeLists.txt
    M libc/src/stdio/printf_core/converter.cpp
    M libc/src/stdio/printf_core/converter_atlas.h
    A libc/src/stdio/printf_core/oct_converter.h
    M libc/test/src/stdio/printf_core/converter_test.cpp
    M libc/test/src/stdio/sprintf_test.cpp

  Log Message:
  -----------
  [libc] add printf oct conversion

The oct converter handles the %o conversion.

Reviewed By: lntue

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




More information about the All-commits mailing list