mclow.lists added inline comments.
================
Comment at: include/bit:113
inline _LIBCPP_INLINE_VISIBILITY
unsigned __clz(unsigned __x) {
static_assert(sizeof(unsigned) == sizeof(unsigned long), "");
----------------
Missed this one. Should be `int`
https://reviews.llvm.org/D50876