[cfe-commits] r57743 - /cfe/trunk/lib/CodeGen/CGValue.h

Daniel Dunbar daniel at zuster.org
Fri Oct 17 16:02:24 PDT 2008


Author: ddunbar
Date: Fri Oct 17 18:02:24 2008
New Revision: 57743

URL: http://llvm.org/viewvc/llvm-project?rev=57743&view=rev
Log:
Add FIXME about potential problem in how property ref lvalues are handled.

Modified:
    cfe/trunk/lib/CodeGen/CGValue.h

Modified: cfe/trunk/lib/CodeGen/CGValue.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGValue.h?rev=57743&r1=57742&r2=57743&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGValue.h (original)
+++ cfe/trunk/lib/CodeGen/CGValue.h Fri Oct 17 18:02:24 2008
@@ -219,6 +219,9 @@
     return R;
   }
 
+  // FIXME: It is probably bad that we aren't emitting the target when
+  // we build the lvalue. However, this complicates the code a bit,
+  // and I haven't figured out how to make it go wrong yet.
   static LValue MakePropertyRef(const ObjCPropertyRefExpr *E,
                                 unsigned Qualifiers) {
     LValue R;





More information about the cfe-commits mailing list