diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-07 18:28:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-07 18:28:00 +0000 |
commit | 53fc91a684a778667688cfdbf61e9316fd40347d (patch) | |
tree | 87048c2c6cda4cec81219f43f3b2ce52dd75b33c /cmake | |
parent | 50935b617908a7b2a23bdd1da430d32684695e14 (diff) | |
download | external_llvm-53fc91a684a778667688cfdbf61e9316fd40347d.zip external_llvm-53fc91a684a778667688cfdbf61e9316fd40347d.tar.gz external_llvm-53fc91a684a778667688cfdbf61e9316fd40347d.tar.bz2 |
"BinaryObject.h was implicitly converting between uint{16,32,64}_t to
uint8_t (via 'foo & 255'), i replaced this with an explicit (uint8_t)
cast which is equivalent, faster and more correct (silences
type-related warnings). Also, following coding standards I replaced
post-increment with pre-increment."
Patch by Ryan Flynn!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74929 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions