llvm-project/lldb/test/lang/objc
Sean Callanan 3c88eae154 Fixed a problem in our local Clang's method for
performing Objective-C instance variable lookup.
Previously, it only completed the derived class
that was the beginning of the search.  Now, as
it walks up the superclass chain looking for the
ivar, it completes each superclass in turn.

Also added a testcase covering this issue.

llvm-svn: 147621
2012-01-05 22:35:40 +00:00
..
foundation Fixed a problem in our local Clang's method for 2012-01-05 22:35:40 +00:00
objc-builtin-types Added some strength to the checks that prevent 2011-12-19 19:38:39 +00:00
objc-checker Properly name the test class as well as the test methods. 2011-12-20 02:11:37 +00:00
objc-class-method Rename test class appropriately. 2011-11-17 18:47:38 +00:00
objc-dynamic-value Make the objc-dynamic-value test a little trickier (still passes) and test the GetDynamicValue API. 2011-12-16 23:24:58 +00:00
objc-ivar-offsets <rdar://problem/10546739> 2011-12-29 01:26:56 +00:00
objc-optimized Move objc-related test directories to now reside under lang/objc. 2011-06-25 20:16:38 +00:00
objc-property Properly name the test class as well as the test methods. 2011-12-20 02:14:01 +00:00
objc-static-method Pulled in a new version of LLVM/Clang to solve a variety 2011-11-15 02:11:17 +00:00
objc-stepping Add a new breakpoint type "break by source regular expression". 2011-09-21 01:17:13 +00:00
print-obj Add comments and print output for selected thread under trace mode. 2011-06-27 21:52:46 +00:00
radar-9691614 Remove unittest.skip() as 'rdar://problem/9691614 Expression parser crashes' is fixed. 2011-08-01 21:36:02 +00:00
real-definition Rename some test methods, with no functionality change. 2011-12-12 22:26:27 +00:00
sample
self Fixed the Objective-C "self" test case, which 2011-08-09 20:28:32 +00:00