[PATCH] D97271: [clang][parse] Remove dead ProhibitAttributes() call

2021-02-23 Thread Timm Bäder via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG64d06ed9c9e0: [clang][parse][NFC] Remove dead ProhibitAttributes() call (authored by tbaeder). Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D97271: [clang][parse] Remove dead ProhibitAttributes() call

2021-02-23 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. I did some digging and GCC used to reject attributes in this position but started accepting them in GCC 6, so this is the correct change. Thanks for catching it! LGTM Repositor

[PATCH] D97271: [clang][parse] Remove dead ProhibitAttributes() call

2021-02-23 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder created this revision. tbaeder added a reviewer: aaron.ballman. tbaeder requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Since `MaybeParseGNUAttributes()` only takes a `ParsedAttributes` and not a `ParsedAttributesWithRange`, the so