index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaObjC
/
super.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Perform the receiver-expression transformations regardless of
John McCall
2013-03-01
1
-2
/
+1
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-1
/
+1
*
Fix handling of property and ivar lookup in typo correction; the two
Douglas Gregor
2010-10-20
1
-1
/
+1
*
Introduce a simple cache for unqualified typo corrections, so that we
Douglas Gregor
2010-10-20
1
-2
/
+2
*
Rework the Parser-Sema interaction for Objective-C message
Douglas Gregor
2010-04-21
1
-2
/
+0
*
tighten the check for cast of super to avoid rejecting valid code,
Chris Lattner
2010-04-12
1
-1
/
+5
*
fix rdar://7852959 - Use of super within a block is actually ok.
Chris Lattner
2010-04-12
1
-1
/
+13
*
fix a bug I noticed by inspection, correcting two reject-valid bugs.
Chris Lattner
2010-04-12
1
-0
/
+6
*
fix a rejects-valid bug that I introduced, pointed out
Chris Lattner
2010-04-12
1
-0
/
+7
*
fix a rejects-valid testcase involving super that I dreamt up.
Chris Lattner
2010-04-12
1
-0
/
+9
*
Have the parser decide whether a message to super is a variable or
Chris Lattner
2010-04-12
1
-2
/
+2
*
avoid double negatives
Chris Lattner
2010-04-11
1
-1
/
+1
*
fix PR6811 by not parsing 'super' as a magic expression in
Chris Lattner
2010-04-11
1
-2
/
+5
*
outside a method, 'super' should resolve in a normal name look up
Fariborz Jahanian
2010-01-22
1
-0
/
+7
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Change tests to use clang -cc1...
Fariborz Jahanian
2009-12-14
1
-1
/
+1
*
Prep for new warning.
Mike Stump
2009-07-22
1
-0
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Improve the "bad receiver" warning for ObjC message sends to be less confusing.
Chris Lattner
2009-03-11
1
-1
/
+1
*
Fix PR3766, a really nasty silent miscompilation case where we emitted
Chris Lattner
2009-03-09
1
-1
/
+2
*
Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.
Steve Naroff
2009-03-01
1
-1
/
+1
*
Fix <rdar://problem/6150376> [sema] crash on invalid message send.
Steve Naroff
2008-11-19
1
-0
/
+14
*
Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect
Steve Naroff
2008-11-17
1
-0
/
+25