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
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
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