]> granicus.if.org Git - clang/commit
Implement conversion function templates, along with the ability to use
authorDouglas Gregor <dgregor@apple.com>
Fri, 21 Aug 2009 23:19:43 +0000 (23:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 21 Aug 2009 23:19:43 +0000 (23:19 +0000)
commit65ec1fda479688d143fe2403242cd9c730c800a1
tree68f8bdec78acdcea77d4fdb1abc1c4011ee80c26
parent263b3522add846130ff5f0a85568234e612a81ca
Implement conversion function templates, along with the ability to use
template argument deduction from a conversion function (C++
[temp.deduct.conv]) with implicit conversions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79693 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/p2.cpp [new file with mode: 0644]
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/p3.cpp [new file with mode: 0644]
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/p4.cpp [new file with mode: 0644]
www/cxx_status.html