More capturing of 'this': implicit member expressions. Getting that
authorJohn McCall <rjmccall@apple.com>
Thu, 3 Feb 2011 08:15:49 +0000 (08:15 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 3 Feb 2011 08:15:49 +0000 (08:15 +0000)
commit5808ce43f8d7e71f5acacc9ca320268c4f37565a
tree50a9b47a2ac607cfe51b3498125d8d4b07667e17
parent553304523bcce281aa3b1afe0f84ae34a90a3c86
More capturing of 'this':  implicit member expressions.  Getting that
right for anonymous struct/union members led to me discovering some
seemingly broken code in that area of Sema, which I fixed, partly by
changing the representation of member pointer constants so that
IndirectFieldDecls aren't expanded.  This led to assorted cleanups with
member pointers in CodeGen, and while I was doing that I saw some random
other things to clean up.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124785 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/CodeGen/CGCXXABI.cpp
lib/CodeGen/CGCXXABI.h
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprConstant.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGValue.h
lib/CodeGen/CodeGenModule.h
lib/CodeGen/ItaniumCXXABI.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp