Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4a9e60fc7c36e323ae376601cc704fed4beb68ae
/
test
/
SemaObjC
/
method-lookup.m
b2f6820
Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared.
by Patrick Beard
· 13 years ago
2600503
When unknown method is sent to a receiver of
by Fariborz Jahanian
· 14 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
d1969d8
Prep for new warning.
by Mike Stump
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
6ac6ddc
move all objc sema tests into a new SemaObjC directory. Next step is to
by Chris Lattner
· 16 years ago
[Renamed from test/Sema/method-lookup.m]
9ad23d6
Sema::ActOnClassMessage() needs to look through it's local implementation for private class methods.
by Steve Naroff
· 17 years ago