[all-commits] [llvm/llvm-project] b37c04: [libc][NFC] clean up printf_core and scanf_core (#...

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Dec 20 15:13:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b37c0486b2e82832ba353214b58f26924d8ca68e
      https://github.com/llvm/llvm-project/commit/b37c0486b2e82832ba353214b58f26924d8ca68e
  Author: michaelrj-google <71531609+michaelrj-google at users.noreply.github.com>
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
    M libc/src/stdio/printf_core/char_converter.h
    M libc/src/stdio/printf_core/converter_utils.h
    M libc/src/stdio/printf_core/core_structs.h
    M libc/src/stdio/printf_core/float_dec_converter.h
    M libc/src/stdio/printf_core/float_hex_converter.h
    M libc/src/stdio/printf_core/float_inf_nan_converter.h
    M libc/src/stdio/printf_core/int_converter.h
    M libc/src/stdio/printf_core/parser.h
    M libc/src/stdio/printf_core/ptr_converter.h
    M libc/src/stdio/printf_core/string_converter.h
    M libc/src/stdio/printf_core/write_int_converter.h
    M libc/src/stdio/printf_core/writer.cpp
    M libc/src/stdio/printf_core/writer.h
    M libc/src/stdio/scanf_core/converter_utils.h
    M libc/src/stdio/scanf_core/core_structs.h
    M libc/src/stdio/scanf_core/current_pos_converter.h
    M libc/src/stdio/scanf_core/parser.h
    M libc/src/stdio/scanf_core/reader.h

  Log Message:
  -----------
  [libc][NFC] clean up printf_core and scanf_core (#74535)

Add LIBC_INLINE annotations to functions and fix variable cases within
printf_core and scanf_core.




More information about the All-commits mailing list