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