Implement -Wparentheses:  warn about using assignments in contexts that require
conditions.  Add a fixit to insert the parentheses.  Also fix a very minor
possible memory leak in 'for' conditions.

Fixes PR 4876 and rdar://problem/7289172

llvm-svn: 83907
5 files changed
tree: f28c146eb502841ea8a42787c35b3a7a84e6a7eb
  1. clang/
  2. compiler-rt/
  3. llvm/