On Jun 19, 2012, at 16:57 , Sean Hunt <[email protected]> wrote:

> def FallThrough : Attr {
> -  let Namespaces = ["clang"];
> -  let Spellings = ["fallthrough"];
> +  let Spellings = [GNU<"fallthrough">, CXX11<"clang","fallthrough">];
>   let Subjects = [NullStmt];
> }

[[fallthrough]] only applies to statements, so there is no way to use 
__attribute__((fallthrough)) on anything.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to