diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2012-06-03 07:07:00 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2012-06-03 07:07:00 +0000 |
| commit | 40e29999daa20646decd3fe4aeb88a487874049c (patch) | |
| tree | e63c3963840597dafd3b1c2e2e209f7e25479842 /lib/CodeGen/CGExpr.cpp | |
| parent | 2f316dd47b851fcf58c8f1f072bf390ec09bed7a (diff) | |
Improve fixit for comparison operator on lhs of bitwise operator.
Before:
test.cc:2:18: note: place parentheses around the == expression to silence this warning
if (0 == flags & 0xdd)
^
( )
Now:
test.cc:2:18: note: place parentheses around the == expression to silence this warning
if (0 == flags & 0xdd)
^
( )
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExpr.cpp')
0 files changed, 0 insertions, 0 deletions
