[cfe-commits] r49699 - in /cfe/trunk: Driver/ASTConsumers.cpp include/clang/AST/DeclObjC.h include/clang/Parse/Action.h include/clang/Parse/Parser.h lib/AST/DeclObjC.cpp lib/Parse/ParseObjc.cpp lib/Sema/Sema.h lib/Sema/SemaDeclObjC.cpp
Chris Lattner
clattner at apple.com
Tue Apr 15 16:34:59 PDT 2008
On Apr 14, 2008, at 4:36 PM, Fariborz Jahanian wrote:
> Author: fjahanian
> Date: Mon Apr 14 18:36:35 2008
> New Revision: 49699
> URL: http://llvm.org/viewvc/llvm-project?rev=49699&view=rev
> Log:
> New AST representation for each objc2's property declaration.
Nice, thanks Fariborz!
I think that the propertydecl enum in DeclBase.h needs to be moved to
reflect its new place in the class hierarchy.
Also, given the new approach, should ObjCPropertyDecl inherit from
FieldDecl, what do you think?
-Chris
More information about the cfe-commits
mailing list