]> granicus.if.org Git - clang/commit
Simplify: we don't need any special-case lifetime extension when initializing
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 12 Jun 2013 23:38:09 +0000 (23:38 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 12 Jun 2013 23:38:09 +0000 (23:38 +0000)
commitd4ec562b3aaf50ea9015f82c96ebfd05a35fc7ef
treeb2f5a0dcd8f4ec05fc5387d6116addeb44316d20
parentd3ff325a8d95a58783a3ea2675e2d59a393bd637
Simplify: we don't need any special-case lifetime extension when initializing
declarations of reference type; they're handled by the general case handling of
MaterializeTemporaryExpr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGDeclCXX.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.h