]> granicus.if.org Git - clang/commitdiff
Add FIXME about potential problem in how property ref lvalues are handled.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Oct 2008 23:02:24 +0000 (23:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Oct 2008 23:02:24 +0000 (23:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57743 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGValue.h

index fae473f8666f0e6b8c4e9a0ceb1f6377d9f2288e..e601b049008e4921aac35d0ad9aed4c190fe4184 100644 (file)
@@ -219,6 +219,9 @@ public:
     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;