]> granicus.if.org Git - clang/commit
Implement support for default template arguments of function templates.
authorDouglas Gregor <dgregor@apple.com>
Wed, 25 Nov 2009 18:55:14 +0000 (18:55 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 25 Nov 2009 18:55:14 +0000 (18:55 +0000)
commit51ffb0c9d43b2d3fd210e51ecdd67ba5d1790d70
treeb54f10a7404e78f0acec5514b3c70a0c0d13c704
parent5b6d70e2dece713de82612ffbac2f2bc5c367f73
Implement support for default template arguments of function templates.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89874 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/Sema.h
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
test/Parser/cxx-template-decl.cpp
test/SemaTemplate/default-arguments-cxx0x.cpp [new file with mode: 0644]