]> granicus.if.org Git - clang/commit
restore fix for 18645, buildbot apparently gave a false positive.
authorNathan Sidwell <nathan@acm.org>
Fri, 16 Jan 2015 15:20:14 +0000 (15:20 +0000)
committerNathan Sidwell <nathan@acm.org>
Fri, 16 Jan 2015 15:20:14 +0000 (15:20 +0000)
commit5ae33bc0c548c044972cd9a3d9840735ab94caf5
tree9982ecc9a08a624715f77fc004d39849a96529c8
parent2fcd952ceadde6f14796d98b85ba7b6317a44baa
restore fix for 18645, buildbot apparently gave a false positive.
Correct logic concerning 'T &&' deduction against lvalues.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226278 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp
test/SemaTemplate/deduction.cpp