[cfe-dev] ObjC AST cleanup...
Chris Lattner
clattner at apple.com
Tue Dec 2 16:51:49 PST 2008
On Dec 2, 2008, at 11:41 AM, steve naroff wrote:
> This will result in (a) less code, simplified classes. (b) allow us to
> operate on method definitions more generically. (c) Improved naming
> (ObjCImplementationDecl->ObjCClassImplDecl).
This would be a huge simplification! My next feature request would be
to centralize and merge the various "lookup this thing in this class
hierarchy" walks into some shared code.
-Chris
More information about the cfe-dev
mailing list