diff options
author | Sam Panzer <espanz@gmail.com> | 2013-03-28 19:07:11 +0000 |
---|---|---|
committer | Sam Panzer <espanz@gmail.com> | 2013-03-28 19:07:11 +0000 |
commit | 25ffbef84450f0c666957a2d00cdf928c61b44d7 (patch) | |
tree | 86e16039dce641e2df92c0276e93bf126283ef5b /lib/Sema/SemaCast.cpp | |
parent | 577bb0a2335295958b3b0f88bc9cdedf6551c17f (diff) |
Implemented a warning when an input several bitwise operations are
likely be implicitly truncated:
* All forms of Bitwise-and, bitwise-or, and integer multiplication.
* The assignment form of integer addition, subtraction, and exclusive-or
* The RHS of the comma operator
* The LHS of left shifts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178273 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaCast.cpp')
0 files changed, 0 insertions, 0 deletions