[libcxx-commits] [PATCH] D118851: [SystemZ]:[z/OS]:[libcxx]: fix isascii function to work for z/OS

Nancy Wang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 9 14:34:52 PST 2022


NancyWang2222 updated this revision to Diff 407303.
NancyWang2222 added a comment.

change

  isbasic
  ``` function name and fix 

return __c ? true: true

  statement


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

https://reviews.llvm.org/D118851

Files:
  libcxx/include/__locale
  libcxx/src/locale.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118851.407303.patch
Type: text/x-patch
Size: 11025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220209/4ba110cf/attachment.bin>


More information about the libcxx-commits mailing list