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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 23 04:51:02 PST 2021


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


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97271/new/

https://reviews.llvm.org/D97271



More information about the cfe-commits mailing list