summaryrefslogtreecommitdiff
path: root/test/SemaObjC/super.m
AgeCommit message (Expand)Author
2013-03-01Perform the receiver-expression transformations regardless ofJohn McCall
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2010-10-20Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor
2010-10-20Introduce a simple cache for unqualified typo corrections, so that weDouglas Gregor
2010-04-21Rework the Parser-Sema interaction for Objective-C messageDouglas Gregor
2010-04-12tighten the check for cast of super to avoid rejecting valid code,Chris Lattner
2010-04-12fix rdar://7852959 - Use of super within a block is actually ok.Chris Lattner
2010-04-12fix a bug I noticed by inspection, correcting two reject-valid bugs.Chris Lattner
2010-04-12fix a rejects-valid bug that I introduced, pointed out Chris Lattner
2010-04-12fix a rejects-valid testcase involving super that I dreamt up.Chris Lattner
2010-04-12Have the parser decide whether a message to super is a variable orChris Lattner
2010-04-11avoid double negativesChris Lattner
2010-04-11fix PR6811 by not parsing 'super' as a magic expression inChris Lattner
2010-01-22outside a method, 'super' should resolve in a normal name look upFariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-07-22Prep for new warning.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-11Improve the "bad receiver" warning for ObjC message sends to be less confusing.Chris Lattner
2009-03-09Fix PR3766, a really nasty silent miscompilation case where we emittedChris Lattner
2009-03-01Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.Steve Naroff
2008-11-19Fix <rdar://problem/6150376> [sema] crash on invalid message send.Steve Naroff
2008-11-17Fix <rdar://problem/6333904> [sema] message lookup on super is incorrectSteve Naroff