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

Alf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 09:48:57 PDT 2021


gAlfonso-bit updated this revision to Diff 362076.

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/isalpha.cpp
  libc/src/ctype/isascii.cpp
  libc/src/ctype/isblank.cpp
  libc/src/ctype/iscntrl.cpp
  libc/src/ctype/isdigit.cpp
  libc/src/ctype/isgraph.cpp
  libc/src/ctype/islower.cpp
  libc/src/ctype/isprint.cpp
  libc/src/ctype/ispunct.cpp
  libc/src/ctype/isspace.cpp
  libc/src/ctype/isupper.cpp
  libc/src/ctype/isxdigit.cpp
  libc/src/ctype/tolower.cpp
  libc/src/ctype/toupper.cpp
  libc/utils/HdrGen/Command.h
  llvm/include/llvm/Support/Compiler.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106807.362076.patch
Type: text/x-patch
Size: 21296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210727/3933d768/attachment.bin>


More information about the llvm-commits mailing list