Skip to content
Snippets Groups Projects
Commit 8b6ec687 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

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
parent 5b428844
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment