[cfe-commits] [PATCH] Add support for non-inheritable declaration attributes

Douglas Gregor dgregor at apple.com
Mon Jan 17 11:10:59 PST 2011


On Jan 2, 2011, at 6:17 PM, Peter Collingbourne wrote:

> Hi,
> 
> This patch series adds support for non-inheritable attributes on
> declarations.  It is a prerequisite for certain aspects of the CUDA
> support.  At the same time it has the side effect of taking care of
> some FIXMEs associated with the 'overloadable' attribute.
> 
> The series isn't perfect by any means but I think it represents a
> worthwhile incremental improvement.
> 
> The series does not change default behaviour so the test suite is
> unmodified.

This looks like a great cleanup, thanks! Please feel free to commit.

	- Doug



More information about the cfe-commits mailing list