[PATCH] D50876: Clean up newly created <bit> header
Marshall Clow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 17 07:42:21 PDT 2018
mclow.lists added inline comments.
================
Comment at: include/bit:117
+ unsigned long __where;
// Search from LSB to MSB for first set bit.
// Returns zero if no set bit is found.
----------------
lebedev.ri wrote:
> Like i commented in the original review, this should probably be
> ```
> // Search from *M*SB to *L*SB for first set bit.
> ```
I think my preference would be to just remove the comment.
https://reviews.llvm.org/D50876
More information about the cfe-commits
mailing list