[all-commits] [llvm/llvm-project] 945fa6: [libc][NFC] add index mode to printf parser

michaelrj-google via All-commits all-commits at lists.llvm.org
Fri May 6 12:06:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 945fa672c60d265fa0dc13f5a5445768945feb0a
      https://github.com/llvm/llvm-project/commit/945fa672c60d265fa0dc13f5a5445768945feb0a
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
    M libc/src/stdio/printf_core/CMakeLists.txt
    M libc/src/stdio/printf_core/parser.cpp
    M libc/src/stdio/printf_core/parser.h
    M libc/test/src/stdio/printf_core/parser_test.cpp

  Log Message:
  -----------
  [libc][NFC] add index mode to printf parser

This patch is a followup to the previous patch which implemented the
main printf parsing logic as well as sequential mode. This patch adds
index mode.

Reviewed By: sivachandra

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




More information about the All-commits mailing list