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