[PATCH] D97371: [clang][parser] Remove questionable ProhibitAttributes() call in objc parsing

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 1 21:15:31 PST 2021


rjmccall added a comment.

We don't have any reason to allow attributes on any of the `@` statements, but there's no reason to disallow them grammatically, as long as we still diagnose them as invalid (which I assume is tested somewhere?).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97371



More information about the cfe-commits mailing list