llvm-project/lldb/scripts
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
..
Python SBProcess.PutSTDIN() needs to be properly typemapped when swigging, 2011-11-28 21:39:07 +00:00
build-llvm.pl Picked up a new revision of Clang to pull in Objective-C 2011-12-01 04:31:46 +00:00
build-swig-wrapper-classes.sh Look for swig in /usr/bin and /usr/local/bin. 2011-03-01 01:39:04 +00:00
buildbot.py Added a buildbot script that automatically checks 2011-10-14 21:43:51 +00:00
checkpoint-llvm.pl Updated LLVM/Clang to pick up a fix for imports of 2011-11-04 22:46:46 +00:00
clang.complete-type-being-laid-out.diff Picked up a new revision of Clang to pull in Objective-C 2011-12-01 04:31:46 +00:00
clang.instantiate-complete-type.diff Picked up a new revision of Clang to pull in Objective-C 2011-12-01 04:31:46 +00:00
clang.is-being-completed-from-lexical-storage.diff Picked up a new revision of Clang to pull in Objective-C 2011-12-01 04:31:46 +00:00
clang.require-complete-type.diff Picked up a new revision of Clang to pull in Objective-C 2011-12-01 04:31:46 +00:00
disasm-gdb-remote.pl Make sure to print out register names when reading registers and also 2011-09-17 05:45:35 +00:00
finish-swig-wrapper-classes.sh Parameterize the shell scripts for creating and copying the python and 2010-06-16 19:26:52 +00:00
generate-vers.pl Update autogen'd LLDB_vers.c. 2011-03-23 02:07:56 +00:00
install-lldb.sh Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
lldb.swig Cleaned up the SBWatchpoint public API. 2011-10-13 18:08:26 +00:00
sed-sources Switched over to using the new lldb::SharingPtr from Howard Hinnant. 2010-06-12 17:45:57 +00:00