llvm-project/lldb/test/lang
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
..
c If the expression parser is unable to complete a TagDecl 2011-12-08 23:45:45 +00:00
cpp Commenting out the two @expectedFailureClang decorators as the tests have been passing for a while 2011-12-12 22:07:36 +00:00
objc Fixed a problem in our local Clang's method for 2012-01-05 22:35:40 +00:00