Skip to content
Commit 388e3b0f authored by Greg Clayton's avatar Greg Clayton
Browse files

Added "-Wparentheses" so we catch possible errors like:

if (a = 0)

instead of: 

if (a == 0)

Thanks to Jean-Daniel Dupas.

llvm-svn: 107672
parent a0807356
Loading
Loading
Loading
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