]> granicus.if.org Git - clang/commit
PR20227: materialize a temporary when dynamic_casting a class prvalue to a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 8 Jul 2014 17:25:14 +0000 (17:25 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 8 Jul 2014 17:25:14 +0000 (17:25 +0000)
commit0d54d89118a9afa3d6b64b0098a16ebe4a916215
tree6c7ade4e6d7bd24e36b580875a3a2b898fd5cea1
parent480be6634b9b0e68eaa794daf6e8411a289855b7
PR20227: materialize a temporary when dynamic_casting a class prvalue to a
reference type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212551 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCast.cpp
test/CodeGenCXX/temporaries.cpp