[libc-commits] [PATCH] D157169: [libc] Clean up required LIBC_INLINE uses in src/string

Roland McGrath via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Aug 4 18:18:04 PDT 2023


mcgrathr created this revision.
mcgrathr added reviewers: abrachet, Caslyn, michaelrj, sivachandra.
Herald added projects: libc-project, All.
Herald added a subscriber: libc-commits.
mcgrathr requested review of this revision.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157169

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157169.547431.patch
Type: text/x-patch
Size: 18104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230805/55d157ee/attachment.bin>


More information about the libc-commits mailing list