]> granicus.if.org Git - clang/commit
Start propagating template parameter lists to the right places to
authorDouglas Gregor <dgregor@apple.com>
Tue, 23 Jun 2009 23:11:28 +0000 (23:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 23 Jun 2009 23:11:28 +0000 (23:11 +0000)
commite542c862bdf9a9bcb4f468be8fa6561372430611
tree2cd906c0605f8fd9f13a0b6f3f697ffb69db060a
parent5eee090e3880f3763a9a81a6780a84829f1c6bd0
Start propagating template parameter lists to the right places to
handle function templates. There's no actual code for function
templates yet, but at least we complain about typedef templates.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74021 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseTemplate.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/template-decl-fail.cpp [new file with mode: 0644]