ObjC properties for GNU runtime

This patch allows clang to generate code for declared properties on the GNU runtime. As with @synchronized, this requires some extra functions that are included with other libraries (not with the GNU runtime itself) and so will cause linker errors when these are not present.

David

clang.diff (1.53 KB)

Patch is checked in with r72079

- Fariborz