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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D94634
[libc][NFC] change isblank and iscntrl from implicit casting michaelrj on Jan 13 2021, 2:04 PM. Authored by
Details isblank and iscntrl were casting an int to a char implicitly and this
Diff Detail
|