[cfe-commits] r67205 - in /cfe/trunk: lib/Sema/SemaDeclAttr.cpp test/SemaObjC/property-weak.m
Daniel Dunbar
daniel at zuster.org
Wed Mar 18 10:31:55 PDT 2009
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.
- Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090318/d963e0d5/attachment.html>
More information about the cfe-commits
mailing list