[PATCH] D18567: Block: Fix a crash when we have type attributes or qualifiers with omitted return type.
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 11 17:54:59 PDT 2016
rjmccall added a comment.
Seems okay to me. Normally we wouldn't want to remove an attribute from the DeclSpec because it can apply to multiple declarators, but that's not possible with a block-literal declarator, so it's fine. Richard should sign off, though.
http://reviews.llvm.org/D18567
More information about the cfe-commits
mailing list