Added support for the GCC "unavailable" attribute.

This commit is contained in:
Erik Verbruggen
2010-05-26 13:49:06 +02:00
parent 9e89f36cd9
commit 51fbf9695c
5 changed files with 22 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ public:
ObjCPropertyDeclaration *newObjCPropertyDeclaration(unsigned sourceLocation, const Name *name);
const Identifier *deprecatedId() const;
const Identifier *unavailableId() const;
// Objective-C specific context keywords.
const Identifier *objcGetterId() const;
const Identifier *objcSetterId() const;