forked from qt-creator/qt-creator
Added support for the GCC "unavailable" attribute.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user