[libc-commits] [PATCH] D101528: [libc] Fix linting for string functions

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Apr 29 06:04:20 PDT 2021


gchatelet created this revision.
gchatelet added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added a project: libc-project.
gchatelet requested review of this revision.

I fixed the ones for the string folder but there are many more in the math folder related to dependencies on <math.h> and <fenv.h>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101528

Files:
  libc/src/string/memchr.h
  libc/src/string/memrchr.h
  libc/src/string/strcat.h
  libc/src/string/strcpy.h
  libc/src/string/strcspn.h
  libc/src/string/strlen.h
  libc/src/string/strncpy.h
  libc/src/string/strnlen.h
  libc/src/string/strspn.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101528.341491.patch
Type: text/x-patch
Size: 3105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210429/7a5ec642/attachment-0001.bin>


More information about the libc-commits mailing list