llvm-project/lldb
Sean Callanan a5230ce303 Picked up a new revision of Clang to pull in Objective-C
enhancements.  With these enhancements, the return values
of Objective-C methods with unknown return types can be
implicitly cast to id for the purpose of making method
calls.

So what would have required this:

(int)[(id)[ClassWithNoDebugInfo methodReturningObject] methodReturningInt]

can now be written as:

(int)[[ClassWithNoDebugInfo methodReturningObject] methodReturningInt]

llvm-svn: 145567
2011-12-01 04:31:46 +00:00
..
docs I added more complete documentation on all of the new packets we use in LLDB 2011-11-29 01:44:07 +00:00
examples Add an example customization directory which uses a binutils.py module to provide 2011-10-28 23:30:28 +00:00
include Made symbol lookup in the expression parser more 2011-12-01 02:04:16 +00:00
lib build: liblldb now depends on the linker library 2011-11-01 17:32:01 +00:00
lldb.xcodeproj Bumping Xcode project version for lldb-91. 2011-12-01 03:52:18 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumping Xcode project version for lldb-91. 2011-12-01 03:52:18 +00:00
scripts Picked up a new revision of Clang to pull in Objective-C 2011-12-01 04:31:46 +00:00
source Picked up a new revision of Clang to pull in Objective-C 2011-12-01 04:31:46 +00:00
test rdar://problem/10501020 2011-11-30 23:18:53 +00:00
tools Bumped Xcode project versions for lldb-90 and debugserver-154 2011-11-30 22:18:41 +00:00
utils Add a utility script: 2011-11-04 01:05:29 +00:00
www Updated the grossly out of date status page. 2011-10-27 01:33:27 +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
Makefile build/Make: Tweak Clang include paths to use LLVM_{SRC,OBJ}_ROOT instead of 2011-11-11 23:36:19 +00:00