This is an archive of the discontinued LLVM Phabricator instance.

[libc] Clean up required LIBC_INLINE uses in src/string
ClosedPublic

Authored by mcgrathr on Aug 4 2023, 6:18 PM.

Details

Summary

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.

Diff Detail

Event Timeline

mcgrathr created this revision.Aug 4 2023, 6:18 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 4 2023, 6:18 PM
mcgrathr requested review of this revision.Aug 4 2023, 6:18 PM
mcgrathr updated this revision to Diff 547435.Aug 4 2023, 6:49 PM

Add some missing annoations that the linter missed.

abrachet accepted this revision.Aug 7 2023, 11:54 AM
This revision is now accepted and ready to land.Aug 7 2023, 11:54 AM
This revision was automatically updated to reflect the committed changes.