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 | 6fffec6fd463453bb27ecc93339fd999cc9dca74 (patch) | |
tree | c91447e44cd4f24c7fc1054c52b5ac8cd21d5e5d /clang/lib/Sema/SemaCodeComplete.cpp | |
parent | 4e555267374e0a5822048ea4bac6d2bf199858bc (diff) | |
download | bcm5719-llvm-6fffec6fd463453bb27ecc93339fd999cc9dca74.tar.gz bcm5719-llvm-6fffec6fd463453bb27ecc93339fd999cc9dca74.zip |
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.
llvm-svn: 178273
Diffstat (limited to 'clang/lib/Sema/SemaCodeComplete.cpp')
0 files changed, 0 insertions, 0 deletions