[PATCH] D50876: Clean up newly created <bit> header
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 17 06:49:06 PDT 2018
lebedev.ri 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.
----------------
Like i commented in the original review, this should probably be
```
// Search from *M*SB to *L*SB for first set bit.
```
https://reviews.llvm.org/D50876
More information about the cfe-commits
mailing list