summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-06-03 07:07:00 +0000
committerNico Weber <nicolasweber@gmx.de>2012-06-03 07:07:00 +0000
commitcdfb1ae7f793ebe733330a74e525345bf30c9cc4 (patch)
tree19a66b4aa33b11f473de6a64d94198d19c5838b8 /debuginfo-tests
parent5097e4f38a747061045575f246e9500ef6b75871 (diff)
downloadbcm5719-llvm-cdfb1ae7f793ebe733330a74e525345bf30c9cc4.tar.gz
bcm5719-llvm-cdfb1ae7f793ebe733330a74e525345bf30c9cc4.zip
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) ^ ( ) llvm-svn: 157897
Diffstat (limited to 'debuginfo-tests')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud