[PATCH] D16112: PR26111: segmentation fault with __attribute__((mode(QI))) on function declaration

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 12 06:53:42 PST 2016


aaron.ballman added a comment.

I think the better way to fix this is to add a Subjects line in Attr.td that limits the mode attribute to just TypedefNameDecl and VarDecl, then remove err_attr_wrong_decl entirely.


http://reviews.llvm.org/D16112





More information about the cfe-commits mailing list