]> granicus.if.org Git - clang/commit
Extend the deduced/actual argument type checking of C++
authorDouglas Gregor <dgregor@apple.com>
Fri, 17 Jun 2011 05:31:46 +0000 (05:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 17 Jun 2011 05:31:46 +0000 (05:31 +0000)
commit9a636e8403287af0d4db8fe5bf49dee719f5b754
treeda3724be51594cd218fe5a432ff521c92a745c08
parentb165ed7f282b736bb7fe9fa5e98455a437d23fa4
Extend the deduced/actual argument type checking of C++
[temp.deduct.call]p4 to the deduction performed for 'auto', finishing
the fix for PR9233.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133239 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp