<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 17, 2008, at 1:35 PM, steve naroff wrote:</div><blockquote type="cite"><div>On Dec 17, 2008, at 1:25 PM, Fariborz Jahanian wrote:<br><blockquote type="cite"><font class="Apple-style-span" color="#144FAE"><br></font></blockquote><blockquote type="cite">======================================================================<br></blockquote><blockquote type="cite">--- cfe/trunk/lib/AST/DeclObjC.cpp (original)<br></blockquote><blockquote type="cite">+++ cfe/trunk/lib/AST/DeclObjC.cpp Wed Dec 17 12:25:24 2008<br></blockquote><blockquote type="cite">@@ -369,6 +369,9 @@<br></blockquote><blockquote type="cite">///<br></blockquote><blockquote type="cite">FieldDecl *ObjCInterfaceDecl::lookupFieldDeclForIvar(ASTContext  <br></blockquote><blockquote type="cite">&Context,<br></blockquote><blockquote type="cite">                                                     const  <br></blockquote><blockquote type="cite">ObjCIvarDecl *ivar) {<br></blockquote><blockquote type="cite">+  /* When a super class's ivar is referenced in the subclass method  <br></blockquote><blockquote type="cite">with no ivar<br></blockquote><blockquote type="cite">+     of its own, record for the sub-class is not built yet. Build  <br></blockquote><blockquote type="cite">it lazily<br></blockquote><blockquote type="cite">+     here. */<br></blockquote>No rush on this (since the patch/comment will work fine for now). I  <br>just wanted to make sure we revisit this...<br></div></blockquote></div><br><div>Putting "FIXME" into the comment would make sure that we won't forget this...</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">  </span>- Doug<br></div></body></html>