[PATCH] D99278: [clang][parser] Allow GNU-style attributes in struct declarations
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 30 08:38:32 PDT 2021
aaron.ballman added a comment.
In D99278#2657664 <https://reviews.llvm.org/D99278#2657664>, @tbaeder wrote:
> This (and https://reviews.llvm.org/D99338) are both NFC changes once https://reviews.llvm.org/D97362 lands (they need the three-parameter version of `ProhibitCXX11Attributes()`). I can merge the three into one patch if you prefer.
Thanks for verifying! I think they should probably be rolled up into one patch (it'd be easier for me to review in this case).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99278/new/
https://reviews.llvm.org/D99278
More information about the cfe-commits
mailing list