"lldb/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "52c8476a4705e483f5d260ba5e88aab66cde8a70"
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
Loading
Please register or sign in to comment