[all-commits] [llvm/llvm-project] c4a1b0: [libc][NFC] add outline of printf

michaelrj-google via All-commits all-commits at lists.llvm.org
Fri Apr 1 14:36:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4a1b07d0979e7ff20d7d541af666d822d66b566
      https://github.com/llvm/llvm-project/commit/c4a1b07d0979e7ff20d7d541af666d822d66b566
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-04-01 (Fri, 01 Apr 2022)

  Changed paths:
    A libc/src/stdio/printf_files/converter.h
    A libc/src/stdio/printf_files/core_structs.h
    A libc/src/stdio/printf_files/parser.h
    A libc/src/stdio/printf_files/printf_main.h
    A libc/src/stdio/printf_files/writer.h

  Log Message:
  -----------
  [libc][NFC] add outline of printf

This patch adds the headers for printf. It contains minimal actual code,
and is more intended to be used for design review. The code is not built
yet, and may have minor errors.

Reviewed By: sivachandra

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




More information about the All-commits mailing list