[PATCH] D50815: Establish the <bit> header
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 15 23:09:22 PDT 2018
lebedev.ri added inline comments.
================
Comment at: include/bit:99
+ unsigned long where;
+ // Search from LSB to MSB for first set bit.
+ // Returns zero if no set bit is found.
----------------
Pretty sure this is the other way around here.
```
// Search from MSB to LSB for first set bit.
```
https://reviews.llvm.org/D50815
More information about the cfe-commits
mailing list