> 
> This patch includes a small cleanup to SemaDeclAttr.cpp. Tabs to spaces. 
> "!isa<FunctionDecl>(D) && !isa<FunctionTemplateDecl>(D)" became 
> "!isFunctionOrMethod(D)" because that's what the author actually meant. 
> Richard Smith suggested that I change the "no address safety" attribute to 
> use the same logic as nodebug (permitted on certain variables) but that turns 
> out to be difficult to implement and should be in a separate patch.
> 
> Please review!

This is fine, though please break it up for committing OK?

Thanks :)

-eric
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to