Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
69993392d2e9e0560a184e65bdbe64527de3046f
/
test
/
SemaObjC
/
call-super-2.m
eb483eb
fix PR6811 by not parsing 'super' as a magic expression in
by Chris Lattner
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
1147c5e
Change tests to use clang -cc1...
by Fariborz Jahanian
· 15 years ago
a52ef08
Apparently the following idiom is specifically encouraged:
by John McCall
· 15 years ago
470301b
Fix <rdar://problem/6770276> Support Class<Proto> syntax.
by Steve Naroff
· 16 years ago
a0c3e9c
Fix <rdar://problem/6770998> make cast of super illegal (again:-)
by Steve Naroff
· 16 years ago
ebaa768
Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing with qualified id's. This change is motivated by our desire to not support the "Class<foo>" idiom. Note that the change makes perfect sense (since all ObjC classes are also id/instances).
by Steve Naroff
· 16 years ago
fc479d7
Make casting 'super' a deprecated warning (instead of a hard error).
by Steve Naroff
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
b1006c7
Fix a corner case of message lookup looking for class methods.
by Fariborz Jahanian
· 16 years ago
6b9dfd4
Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's.
by Steve Naroff
· 16 years ago