[PATCH] D106899: [LLVM][NFC] Use C++ 14 and C11 noreturn specifier

Alf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 18:02:28 PDT 2021


gAlfonso-bit updated this revision to Diff 362250.
gAlfonso-bit added a comment.
Herald added subscribers: dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a project: MLIR.

Fix more compilation errors


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

https://reviews.llvm.org/D106899

Files:
  libc/src/ctype/ctype_utils.h
  libc/src/ctype/isalnum.cpp
  libc/src/ctype/isalpha.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
  llvm/tools/llvm-cvtres/llvm-cvtres.cpp
  mlir/lib/Interfaces/DataLayoutInterfaces.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106899.362250.patch
Type: text/x-patch
Size: 9085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210728/550bc422/attachment.bin>


More information about the llvm-commits mailing list