[libc-commits] [PATCH] D74021: Created uChar implementation for libc
Marcus Johnson via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri May 22 13:25:10 PDT 2020
MarcusJohnson91 added a comment.
Hey guys @sivachandra,
My clang-format patch landed yesterday so I'm working again on my libc patch to add uchar and maybe wchar stuff.
I've been rewriting c16rtomb and it works a lot better now but I was wondering how we're supposed to handle errors in llvm-libc?
like, if there's a low surrogate without a high surrogate preceding it, that's an error.
a lone surrogate is an error as well,
etc.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74021/new/
https://reviews.llvm.org/D74021
More information about the libc-commits
mailing list