summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/super.m
Commit message (Expand)AuthorAgeFilesLines
* Perform the receiver-expression transformations regardless ofJohn McCall2013-03-011-2/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor2010-10-201-1/+1
* Introduce a simple cache for unqualified typo corrections, so that weDouglas Gregor2010-10-201-2/+2
* Rework the Parser-Sema interaction for Objective-C messageDouglas Gregor2010-04-211-2/+0
* tighten the check for cast of super to avoid rejecting valid code,Chris Lattner2010-04-121-1/+5
* fix rdar://7852959 - Use of super within a block is actually ok.Chris Lattner2010-04-121-1/+13
* fix a bug I noticed by inspection, correcting two reject-valid bugs.Chris Lattner2010-04-121-0/+6
* fix a rejects-valid bug that I introduced, pointed out Chris Lattner2010-04-121-0/+7
* fix a rejects-valid testcase involving super that I dreamt up.Chris Lattner2010-04-121-0/+9
* Have the parser decide whether a message to super is a variable orChris Lattner2010-04-121-2/+2
* avoid double negativesChris Lattner2010-04-111-1/+1
* fix PR6811 by not parsing 'super' as a magic expression inChris Lattner2010-04-111-2/+5
* outside a method, 'super' should resolve in a normal name look upFariborz Jahanian2010-01-221-0/+7
* 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
* Prep for new warning.Mike Stump2009-07-221-0/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Improve the "bad receiver" warning for ObjC message sends to be less confusing.Chris Lattner2009-03-111-1/+1
* Fix PR3766, a really nasty silent miscompilation case where we emittedChris Lattner2009-03-091-1/+2
* Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.Steve Naroff2009-03-011-1/+1
* Fix <rdar://problem/6150376> [sema] crash on invalid message send.Steve Naroff2008-11-191-0/+14
* Fix <rdar://problem/6333904> [sema] message lookup on super is incorrectSteve Naroff2008-11-171-0/+25