]> granicus.if.org Git - clang/commit
Fix a bug with binding l-values to elided temporaries, and leave a couple
authorJohn McCall <rjmccall@apple.com>
Sat, 18 Sep 2010 00:58:34 +0000 (00:58 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 18 Sep 2010 00:58:34 +0000 (00:58 +0000)
commitfc1e6c79bbfe0e9a58bb792996d51f42e36e3d6a
tree38666e0a404848969ebfcf3378eaf09689e115b6
parent3ed3272a54d6736b9f25d9993f4424ba7f4249d1
Fix a bug with binding l-values to elided temporaries, and leave a couple
helpful asserts behind.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114250 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprCXX.cpp
test/CodeGenCXX/temporaries.cpp