[libc-commits] [PATCH] D106807: [libc] Add noreturn, constexpr, and static_cast qualifiers to appropriate C lib functions
Alf via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jul 26 10:57:49 PDT 2021
gAlfonso-bit updated this revision to Diff 361725.
gAlfonso-bit retitled this revision from "[libc] Add noexcept and noreturn qualifiers to appropriate C lib functions" to "[libc] Add noreturn, constexpr, and static_cast qualifiers to appropriate C lib functions".
gAlfonso-bit edited the summary of this revision.
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.361725.patch
Type: text/x-patch
Size: 13212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210726/32bbff00/attachment-0001.bin>
More information about the libc-commits
mailing list