[all-commits] [llvm/llvm-project] 019a47: [libc] Clean up required LIBC_INLINE uses in src/s...

Roland McGrath via All-commits all-commits at lists.llvm.org
Mon Aug 7 12:21:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 019a477c88df5768c064b1d9c031417fbb67e5c5
      https://github.com/llvm/llvm-project/commit/019a477c88df5768c064b1d9c031417fbb67e5c5
  Author: Roland McGrath <mcgrathr at google.com>
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
    M libc/src/__support/CPP/array.h
    M libc/src/__support/CPP/bit.h
    M libc/src/__support/CPP/bitset.h
    M libc/src/__support/CPP/cstddef.h
    M libc/src/__support/CPP/new.h
    M libc/src/__support/CPP/optional.h
    M libc/src/__support/CPP/span.h
    M libc/src/__support/CPP/string_view.h
    M libc/src/__support/CPP/type_traits.h
    M libc/src/__support/common.h
    M libc/src/__support/ctype_utils.h
    M libc/src/string/memory_utils/inline_memmem.h
    M libc/src/string/memory_utils/utils.h
    M libc/src/string/string_utils.h

  Log Message:
  -----------
  [libc] Clean up required LIBC_INLINE uses in src/string

This was generated using clang-tidy and clang-apply-replacements,
on src/string/*.cpp for just the llvmlibc-inline-function-decl
check, after applying https://reviews.llvm.org/D157164, and then
some manual fixup.

Reviewed By: abrachet

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




More information about the All-commits mailing list