]> granicus.if.org Git - clang/commit
Improve diagnostics when printing a template instantiation backtrace
authorDouglas Gregor <dgregor@apple.com>
Tue, 30 Mar 2010 20:35:20 +0000 (20:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 30 Mar 2010 20:35:20 +0000 (20:35 +0000)
commit5e40291d13ed2d7711235df947a2a18a925c7536
tree8c957a76bcfa89c583f6b9170debbf0e304ceee2
parent4552ff080062cacc4b57906e6f2f09e9d796b6a4
Improve diagnostics when printing a template instantiation backtrace
involving substitution of deduced template arguments into a class
template partial specialization or function template, or when
substituting explicitly-specific template arguments into a function
template. We now print the actual deduced argument bindings so the
user can see what got deduced.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99923 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/instantiate-function-params.cpp