[PATCH] D106807: [libc][NFC] Add noreturn and constexpr qualifiers to appropriate C lib functions

Alf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 28 09:05:19 PDT 2021


gAlfonso-bit updated this revision to Diff 362420.
gAlfonso-bit added a comment.

Rebased to LLVM 13's Release Branch


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106807/new/

https://reviews.llvm.org/D106807

Files:
  libc/src/__support/integer_operations.h
  libc/src/ctype/ctype_utils.h
  libc/src/ctype/isalnum.cpp
  libc/src/ctype/isalnum.h
  libc/src/ctype/isalpha.cpp
  libc/src/ctype/isalpha.h
  libc/src/ctype/isascii.cpp
  libc/src/ctype/isascii.h
  libc/src/ctype/isblank.cpp
  libc/src/ctype/isblank.h
  libc/src/ctype/iscntrl.cpp
  libc/src/ctype/iscntrl.h
  libc/src/ctype/isdigit.cpp
  libc/src/ctype/isdigit.h
  libc/src/ctype/isgraph.cpp
  libc/src/ctype/isgraph.h
  libc/src/ctype/islower.cpp
  libc/src/ctype/islower.h
  libc/src/ctype/isprint.cpp
  libc/src/ctype/isprint.h
  libc/src/ctype/ispunct.cpp
  libc/src/ctype/ispunct.h
  libc/src/ctype/isspace.cpp
  libc/src/ctype/isspace.h
  libc/src/ctype/isupper.cpp
  libc/src/ctype/isupper.h
  libc/src/ctype/isxdigit.cpp
  libc/src/ctype/isxdigit.h
  libc/src/ctype/toascii.cpp
  libc/src/ctype/toascii.h
  libc/src/ctype/tolower.cpp
  libc/src/ctype/tolower.h
  libc/src/ctype/toupper.cpp
  libc/src/ctype/toupper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106807.362420.patch
Type: text/x-patch
Size: 13851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210728/5f8bda53/attachment.bin>


More information about the llvm-commits mailing list