[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
Mon Jul 26 11:03:40 PDT 2021
gAlfonso-bit updated this revision to Diff 361727.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106807/new/
https://reviews.llvm.org/D106807
Files:
libc/src/__support/integer_operations.h
libc/src/assert/__assert_fail.cpp
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/FPUtil/x86_64/FEnvImpl.h
libc/utils/HdrGen/Command.h
llvm/include/llvm/Support/Compiler.h
llvm/lib/TableGen/Error.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106807.361727.patch
Type: text/x-patch
Size: 13221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210726/c612abae/attachment.bin>
More information about the llvm-commits
mailing list