On Fri, Nov 11, 2011 at 7:34 PM, John Freeman <[email protected]> wrote:
> Small patch to move the type qualifier enum to Basic for sharing between
> Sema (DeclSpec) and AST (Qualifiers).
>
> AST uses a value (CVRMask = Const | Restrict | Volatile) that DeclSpec does
> not, and so the move introduced a warning for the switch in
> DeclSpec::getSpecifierName. I dealt with it by moving the value out of the
> enum and into AST.

This patch looks fine.

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

Reply via email to