Start refactoring reference binding to more closely match the C++0x
commit8ff4b3ae213b9a9e010b80422fdc014e73a407d6
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 20 Jan 2011 16:44:54 +0000 (20 16:44 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Thu, 20 Jan 2011 16:44:54 +0000 (20 16:44 +0000)
tree71b8c6c937ce9cd688ad52d6f0f3f2871c2d393e
parent3025520e149a19d7aef2fbd27a6d49cd1ca53b50
Start refactoring reference binding to more closely match the C++0x
working paper's structure. The only functional change here is that we
now handling binding to array rvalues, which we would previously reject.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123918 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaInit.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-0x.cpp