On Feb 16, 2009, at 6:28 AM, Argiris Kirtzidis wrote:

> Author: akirtzidis
> Date: Mon Feb 16 08:28:33 2009
> New Revision: 64629
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64629&view=rev
> Log:
> Make DeclContexts maintenance a bit easier.
>
> -In DeclNodes.def, only mark as DeclContexts the top classes that  
> directly derive from DeclContext. If the Decl has subclasses,
> it should be marked with DECL_CONTEXT_BASE.
>
> -Use DeclNodes.def to automate the DeclContext::classof and  
> DeclContext::CastTo definitions.


Thank you for doing this! This change (and the several that follow)  
will certainly make DeclContext maintenance easier.

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

Reply via email to