llvm-project/lldb
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
..
docs Remove a reference to Leopard. 2010-06-25 00:34:35 +00:00
include/lldb Added the skeleton of an IR transformer that will 2010-07-03 01:35:46 +00:00
lldb.xcodeproj Added "-Wparentheses" so we catch possible errors like: 2010-07-06 16:16:14 +00:00
lldb.xcworkspace Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
resources Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
scripts Updated to llvm/clang from July 2, 2010 at 8:00AM. 2010-07-02 18:39:06 +00:00
source Jean-Daniel Dupas patch that fixes a bad if statement with assignment. 2010-07-06 16:11:44 +00:00
test Make it fail fast if 'mydir' attribute is not overridden by subclasses of 2010-07-03 20:41:42 +00:00
tools Added "-Wparentheses" so we catch possible errors like: 2010-07-06 16:16:14 +00:00
www Fix utilities text 2010-06-12 03:34:21 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
lldb.runcontext Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00