summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/call-super-2.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C: Fixes a typo correction bug where aFariborz Jahanian2013-06-181-1/+1
* Fix buildbot failure.Fariborz Jahanian2013-06-181-1/+1
* Objective-C [qoi]: privide typo correction for selectorsFariborz Jahanian2013-06-181-2/+2
* unbreak buildbot for now.Fariborz Jahanian2013-06-171-1/+1
* Objective-C [qoi]: Provide fixit hint when message with typoFariborz Jahanian2013-06-171-1/+1
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-151-1/+1
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-141-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Make diagnostic clearer.Fariborz Jahanian2011-03-261-7/+7
* When unknown method is sent to a receiver ofFariborz Jahanian2010-12-011-1/+1
* fix PR6811 by not parsing 'super' as a magic expression inChris Lattner2010-04-111-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Apparently the following idiom is specifically encouraged:John McCall2009-11-111-0/+10
* Fix <rdar://problem/6770276> Support Class<Proto> syntax.Steve Naroff2009-07-221-2/+2
* Fix <rdar://problem/6770998> make cast of super illegal (again:-)Steve Naroff2009-04-081-11/+8
* Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing wi...Steve Naroff2009-04-071-2/+2
* Make casting 'super' a deprecated warning (instead of a hard error).Steve Naroff2009-04-061-8/+11
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a corner case of message lookup looking for class methods.Fariborz Jahanian2009-03-041-1/+1
* Finish up some fixes related to <rdar://problem/6497631> Message lookup is so...Steve Naroff2009-03-041-0/+98