]> granicus.if.org Git - clang/commit
Use explicitly-specified template argument lists to help naming
authorDouglas Gregor <dgregor@apple.com>
Fri, 25 Sep 2009 23:53:26 +0000 (23:53 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 25 Sep 2009 23:53:26 +0000 (23:53 +0000)
commit0b60d9e0097e2d6a1a5e62396967e207c4a772f2
treec91322b07b10cd56d8368857db6c32d9d1940905
parent741652428309a3ba5d9460de4d351dcbbf7b37e4
Use explicitly-specified template argument lists to help naming
explicit template specializations, when available.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82824 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplate.cpp
test/SemaCXX/template-specialization.cpp [deleted file]
test/SemaTemplate/function-template-specialization.cpp