diff options
author | Michael Jones <michaelrj@google.com> | 2021-01-13 21:36:05 +0000 |
---|---|---|
committer | Michael Jones <michaelrj@google.com> | 2021-01-13 22:06:56 +0000 |
commit | ea8034ec35a9e3d6784d7e6f50617af3d87f6a9f (patch) | |
tree | ee62b1ee9102f3dc4c060966d0f0aa5c9941e60d /llvm/lib/Support/Program.cpp | |
parent | 6077d55381a6aa3e947ef7abdc36a7515c598c8a (diff) | |
download | llvm-ea8034ec35a9e3d6784d7e6f50617af3d87f6a9f.zip llvm-ea8034ec35a9e3d6784d7e6f50617af3d87f6a9f.tar.gz llvm-ea8034ec35a9e3d6784d7e6f50617af3d87f6a9f.tar.bz2 |
[libc][NFC] change isblank and iscntrl from implicit casting
isblank and iscntrl were casting an int to a char implicitly and this
was throwing errors under Fuchsia. I've added a static cast to resolve
this issue.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D94634
Diffstat (limited to 'llvm/lib/Support/Program.cpp')
0 files changed, 0 insertions, 0 deletions