Prazek marked an inline comment as done.
Prazek added inline comments.

================
Comment at: clang/lib/CodeGen/CGExprScalar.cpp:1624
+          E->getType().getTypePtr()->getPointeeCXXRecordDecl();
+      const CXXRecordDecl *DstClassDecl = DestTy->getPointeeCXXRecordDecl();
+
----------------
rjmccall wrote:
> The opposite of `Dst` is `Src`.  Alternatively, the opposite of `Source` is 
> `Destination` (or `Result`).  Please pick.
Not sure if it still holds (if the DestTy should be DstTy, but I haven't 
declared it myself)


Repository:
  rL LLVM

https://reviews.llvm.org/D47299



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to