[cfe-commits] r133721 - in /cfe/trunk: include/clang/AST/DeclBase.h lib/AST/DeclBase.cpp lib/Sema/SemaDecl.cpp

jahanian fjahanian at apple.com
Thu Jun 23 10:56:51 PDT 2011


On Jun 23, 2011, at 10:01 AM, Douglas Gregor wrote:

> 
> On Jun 23, 2011, at 9:18 AM, Fariborz Jahanian wrote:
> 
>> Author: fjahanian
>> Date: Thu Jun 23 11:18:44 2011
>> New Revision: 133721
>> 
> 
> Should we worry about having multiple WeakImportAttrs attached to the declaration? It looks like Sema actually allows multiple weak_import attributes to be added to a declaration (!).
> 
> I note that dropWeakImportAttr would be more general as a template dropAttr<WeakImportAttr>() :)

Sure, both is done in r133724.

- fariborz

> 
> 	- Doug

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110623/08dfdaa9/attachment.html>


More information about the cfe-commits mailing list