mclow.lists added inline comments.
================ Comment at: include/bit:61 +inline _LIBCPP_INLINE_VISIBILITY +int __popcount(unsigned __x) { return __builtin_popcount (__x); } + ---------------- ldionne wrote: > Funny spacing between `__builtin_popcount` and `(__x)` It's actually there to line up with the ones below. (Though now that I look, I didn't do that for the ones above) https://reviews.llvm.org/D50876 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits