[PATCH] D65665: Support for attributes on @class declarations

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 12 10:31:00 PDT 2019


rjmccall added a comment.

Have you looked through the attributes that can be written on `@interface`s and verified that they're all sensible to write on a `@class`?  It's not hard to imagine that *some* of them should be diagnosed when added to a non-definition.


Repository:
  rC Clang

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

https://reviews.llvm.org/D65665





More information about the cfe-commits mailing list