]> granicus.if.org Git - clang/commit
Functions that return references can be rvalues as well.
authorAnders Carlsson <andersca@mac.com>
Wed, 27 May 2009 03:37:57 +0000 (03:37 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 27 May 2009 03:37:57 +0000 (03:37 +0000)
commite9f2f45fe9bf79bd4aea47fa1ad9204b68510fd9
treeae45a10f7b2b32ecf294996ddb90caca9adb170a
parent68ea78a093271301dc6396fc683644d8e13a90dd
Functions that return references can be rvalues as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72457 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprScalar.cpp
test/CodeGenCXX/references.cpp