diff options
author | Greg Clayton <gclayton@apple.com> | 2010-07-06 16:16:14 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-07-06 16:16:14 +0000 |
commit | 388e3b0fa931036023d3e08b5453a6dd479d1ff6 (patch) | |
tree | 29508a2e5963d1bd92586ee8f1440d56f8c52d93 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | a08073565a783374d1426f6966429e9015c3eb4f (diff) | |
download | bcm5719-llvm-388e3b0fa931036023d3e08b5453a6dd479d1ff6.tar.gz bcm5719-llvm-388e3b0fa931036023d3e08b5453a6dd479d1ff6.zip |
Added "-Wparentheses" so we catch possible errors like:
if (a = 0)
instead of:
if (a == 0)
Thanks to Jean-Daniel Dupas.
llvm-svn: 107672
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions