[cfe-dev] ObjC AST cleanup...
Fariborz Jahanian
fjahanian at apple.com
Thu Dec 18 14:50:17 PST 2008
On Dec 2, 2008, at 11:41 AM, steve naroff wrote:
> To folks that work with the ObjC AST's,
>
> I've recently written some annoying code that needs to deal
> (generically) with method definitions (attached to a class or
> category).
>
> As a result, I'd like to consider adding a new base class
> ObjCImplDecl, that will contain the methods and properties for a class
> or category.
>
> Here is the new class hierarchy I'm considering:
>
> class ObjCImplDecl : NamedDecl // new
This was previously, right? ObjCImplDecl has been removed.
Simplification is good though.
- Fariborz
>
> class ObjCClassImplDecl : ObjCImplDecl // previously
More information about the cfe-dev
mailing list