]> granicus.if.org Git - clang/commit
Patch to provide cast of objects in member access
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 29 Jul 2009 18:40:24 +0000 (18:40 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 29 Jul 2009 18:40:24 +0000 (18:40 +0000)
commit98a541e80848d3b7d1131237ac04e698faffd151
tree80af2e9ff7e3c1648ea83f11e16ac210131f4d86
parentd99cbe66403ee39c2ee58024b9582b95649a4fc5
Patch to provide cast of objects in member access
excpression, if needed, and remove some ir-gen code
now unnencessary.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77490 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
test/CodeGenCXX/constructor-init.cpp