Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9c2f06b373e6209447baf1fd5a86dd6602c573a8
/
test
/
SemaObjC
/
property-8.m
666871a
remove objc prefixes from these tests.
by Chris Lattner
· 16 years ago
[Renamed from test/SemaObjC/objc-property-8.m]
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/objc-property-8.m]
13fd7e5
"this patch adds code generation hooks for Objective-C constant strings. It also modifies Sema so that Objective-C constant strings are treated as untyped objects if the interface for the constant string class can not be found. This is consistent with Apple GCC. I thought it was consistent with GNU GCC, since this was causing failures when trying to compile GNUstep with (GNU) GCC, but it appears that this is not the case when attempting to produce a simple test case to demonstrate it. Possibly there is a way of making the error go away, but I haven't found out what it is yet."
by Chris Lattner
· 16 years ago
6c930f2
Make sure we look through categories when searching for a classes property.
by Steve Naroff
· 17 years ago