]> granicus.if.org Git - clang/commit
Emit an lvalue dynamic_cast even if the result is not used. Another
authorDouglas Gregor <dgregor@apple.com>
Fri, 14 May 2010 21:31:02 +0000 (21:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 14 May 2010 21:31:02 +0000 (21:31 +0000)
commit69cfeb1036ad22c911b7243dca0eecee72e452d3
treee790024af8797d154639a061a3d052fd0ac37722
parent8e0ac174c8c8c980927b3e1447f16f62fbe2a2e4
Emit an lvalue dynamic_cast even if the result is not used. Another
part (or possibly all) of PR7132.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103810 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprAgg.cpp
test/CodeGenCXX/dynamic-cast.cpp