]> granicus.if.org Git - clang/commit
Fix handling of pointers-to-members and comma expressions when
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 3 Jun 2013 00:17:11 +0000 (00:17 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 3 Jun 2013 00:17:11 +0000 (00:17 +0000)
commit4e43dec4df9d7dd8e07b47bb15967f1b733a9bc6
tree9086f9d869601badde80510b7bbd34accaad5756
parentc063cb1e1a2e4b76f27762fcf56b4ba2ede8f0a9
Fix handling of pointers-to-members and comma expressions when
lifetime-extending temporaries in reference bindings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183089 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/CodeGen/CGExpr.cpp
lib/Sema/JumpDiagnostics.cpp
test/CodeGenCXX/temporaries.cpp