Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
a058fd4f0a944174295f77169b438510dad389f8
/
test
/
SemaObjC
/
protocol-qualified-class-unsupported.m
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
470301b
Fix <rdar://problem/6770276> Support Class<Proto> syntax.
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