]> granicus.if.org Git - clang/commit
Make sure that implicit qualification and derived-to-base conversions of xvalues...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 26 Jul 2010 17:52:21 +0000 (17:52 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Mon, 26 Jul 2010 17:52:21 +0000 (17:52 +0000)
commit66d0acd5f1010625df9987a89b8cc4df3d378d5e
tree2c8a79fe8b93973ae2a7f1f927357456631bd515
parent5606220447c7901ba8d80147ddab893bb7949dd5
Make sure that implicit qualification and derived-to-base conversions of xvalues preserve xvalue-ness. Unfortunately I have no idea how to test this property; there doesn't seem to be a syntactical construct that triggers such a conversion and still allows the distinction between prvalues and xvalues to be made.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109406 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaInit.cpp