Warn for "if ((a == b))" where the equality expression is needlessly wrapped inside parentheses.
It's highly likely that the user intended an assignment used as condition. Addresses rdar://8848646. llvm-svn: 124668
Loading
Please register or sign in to comment