Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/cfi/cfi.cc | ||
---|---|---|
138 ↗ | (On Diff #155209) | memset takes an int and converts it to unsigned char, so this masking should be unnecessary. |
Comment Actions
Thank you,
Filipe
lib/cfi/cfi.cc | ||
---|---|---|
138 ↗ | (On Diff #155209) | True, I ended up adding this because one of our static analyzers complained about a suspicious integer being passed to memset. I can fix it locally only if it's preferred, though. |
lib/cfi/cfi.cc | ||
---|---|---|
138 ↗ | (On Diff #155209) | On the second thought, this is good for readability. LGTM |