On Mar 18, 2009, at 10:31 AM, Daniel Dunbar wrote: > On Wed, Mar 18, 2009 at 8:05 AM, Mike Stump <mrs at apple.com> wrote: > + } else if (isa<ObjCPropertyDecl>(D)) { > + // We ignore weak import on properties > > In that case, please return here to make sure we don't add the Attr. Fixed.