Hi,

the attached patch changes the attributes diag I added earlier today from

  test2.mm:3:12: error: postfix attributes are not allowed on Objective-C
directives

to

  test2.mm:3:12: error: postfix attributes are not allowed on Objective-C
directives, place them in front of '@interface'

for @interface and @protocol (and keeps the diagnostic as is for @class and
@implementation).

Ok?

Nico

Attachment: clang-objc-attrs-2.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to