[libcxx-commits] [PATCH] D141208: libc++: bring back the unsigned in the return type in wcstoull_l
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 10 10:54:38 PST 2023
ldionne added a comment.
The policy for contributing to libc++ is documented here: https://libcxx.llvm.org/Contributing.html#the-review-process. Please read it and make sure that you follow it, it ensures that everything runs smoothly for everyone.
We have automation that adds the review group and marks it as blocking automatically in Phabricator. We can't do anything more explicit than that without moving to e.g. GitHub where we could actually remove direct push access and require that all changes go through PRs. In the meantime, we're relying on people following the process in good faith.
Thanks for the patch, this was a subtle one!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141208/new/
https://reviews.llvm.org/D141208
More information about the libcxx-commits
mailing list