]> granicus.if.org Git - clang/commit
PR24597: Fix in-place evaluation of call expressions to provide a proper "this"
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 28 Aug 2015 02:43:42 +0000 (02:43 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 28 Aug 2015 02:43:42 +0000 (02:43 +0000)
commitfed066e90b6dc7ca8b01d847e834017585f3cdf1
tree02ff3dfc5a35809d62d1c8378ef35663d9ea677b
parent09014e052b36c5549f039ceaddb543188338ade8
PR24597: Fix in-place evaluation of call expressions to provide a proper "this"
pointer to an RVO construction of a returned object.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246263 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/PCH/cxx1y-default-initializer.cpp
test/SemaCXX/constant-expression-cxx11.cpp