hanchenye-llvm-project/lldb/tools
Greg Clayton 388e3b0fa9 Added "-Wparentheses" so we catch possible errors like:
if (a = 0)

instead of: 

if (a == 0)

Thanks to Jean-Daniel Dupas.

llvm-svn: 107672
2010-07-06 16:16:14 +00:00
..
debugserver Added "-Wparentheses" so we catch possible errors like: 2010-07-06 16:16:14 +00:00
driver Added function name types to allow us to set breakpoints by name more 2010-06-28 21:30:43 +00:00