]> granicus.if.org Git - clang/commit
Casting of a property reference to 'void' did not
authorFariborz Jahanian <fjahanian@apple.com>
Sat, 4 Sep 2010 19:49:18 +0000 (19:49 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Sat, 4 Sep 2010 19:49:18 +0000 (19:49 +0000)
commit699c06068dab18efd37897659ec120d211827607
tree52df08c9bc7a3cd8abd924981005f8cb7d2ebdaf
parent24dce6ef2f39d939eb8f01ef70eaa7dcdb8c6a62
Casting of a property reference to 'void' did not
generate the necessary code. This patch fixes it.
// rdar://8389655

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113079 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprScalar.cpp
test/CodeGenObjC/property-ref-cast-to-void.m [new file with mode: 0644]