aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/call-super-2.m
AgeCommit message (Expand)Author
2009-11-11Apparently the following idiom is specifically encouraged:John McCall
2009-07-22Fix <rdar://problem/6770276> Support Class<Proto> syntax.Steve Naroff
2009-04-08Fix <rdar://problem/6770998> make cast of super illegal (again:-)Steve Naroff
2009-04-07Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing wi...Steve Naroff
2009-04-06Make casting 'super' a deprecated warning (instead of a hard error).Steve Naroff
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-04Fix a corner case of message lookup looking for class methods.Fariborz Jahanian
2009-03-04Finish up some fixes related to <rdar://problem/6497631> Message lookup is so...Steve Naroff