I’m seeing these when doing “make test:”
---- Sema/objc-property-1.m failed ----
---- Sema/objc-property-2.m failed ----
I don’t think I saw these an hour ago.
Fariborz: Could this be related to your recent patch?
I’m seeing these when doing “make test:”
---- Sema/objc-property-1.m failed ----
---- Sema/objc-property-2.m failed ----
I don’t think I saw these an hour ago.
Fariborz: Could this be related to your recent patch?
I’m seeing these when doing “make test:”
---- Sema/objc-property-1.m failed ----
---- Sema/objc-property-2.m failed ----I don’t think I saw these an hour ago.
Fariborz: Could this be related to your recent patch?
Author: fjahanian
New Revision: 50818
URL: http://llvm.org/viewvc/llvm-project?rev=50818&view=rev
Log:
This patch introduces declaration of getter methods for ObjC2’s
properties. Couple of property tests will fail with this patch.
Will fix them next.
OK. If only I could read.