<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><html>On Apr 15, 2008, at 4:34 PM, Chris Lattner wrote:</html><br class="Apple-interchange-newline"><blockquote type="cite">On Apr 14, 2008, at 4:36 PM, Fariborz Jahanian wrote:<br><blockquote type="cite">Author: fjahanian<br></blockquote><blockquote type="cite">Date: Mon Apr 14 18:36:35 2008<br></blockquote><blockquote type="cite">New Revision: 49699<br></blockquote><blockquote type="cite">URL: <a href="http://llvm.org/viewvc/llvm-project?rev=49699&view=rev">http://llvm.org/viewvc/llvm-project?rev=49699&view=rev</a><br></blockquote><blockquote type="cite">Log:<br></blockquote><blockquote type="cite">New AST representation for each objc2's property declaration.<br></blockquote><br>Nice, thanks Fariborz!<br><br>I think that the propertydecl enum in DeclBase.h needs to be moved to reflect its new place in the class hierarchy.</blockquote><div><br></div>I am not sure what you mean. <span class="Apple-style-span" style="font-family: Monaco; font-size: 10px; ">ObjCPropertyDecl is derived from NamedDecl and it seems to be in the correct position.</span></div><div><font class="Apple-style-span" face="Monaco" size="2"><span class="Apple-style-span" style="font-size: 10px;"><br></span></font><blockquote type="cite"><br><br>Also, given the new approach, should ObjCPropertyDecl inherit from FieldDecl, what do you think?</blockquote><div><br></div>Think of a property declaration as macro for declaring setters and getters. It really has nothing to do with fields.</div><div><br></div><div>- Fariborz</div><div><br><blockquote type="cite"><br><br>-Chris<br><br></blockquote></div><br></body></html>