]> granicus.if.org Git - clang/commit
Fixes an assertion violation when bind to temporary
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 2 Nov 2010 21:05:53 +0000 (21:05 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 2 Nov 2010 21:05:53 +0000 (21:05 +0000)
commitb8e39236f05b2f71fb2632673948499fd54e2a34
treee3fc3e9018bb955dbb35eaa5881e490bec76b20c
parent112c967bd5c862a0f5d7913aa06700c048807db8
Fixes an assertion violation when bind to temporary
expression is a dependent expression.
// rdar: // 8620524 and PR7851

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118066 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/AST/ExprCXX.cpp
test/CodeGenCXX/template-dependent-bind-temporary.cpp [new file with mode: 0644]