]> granicus.if.org Git - clang/commit
Use the appropriate SourceLocation for the template backtrace when doing
authorNick Lewycky <nicholas@mxc.ca>
Sat, 11 Jan 2014 02:37:12 +0000 (02:37 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 11 Jan 2014 02:37:12 +0000 (02:37 +0000)
commit99d7f9f979b18ece720802b1551ddb894bc4ff4a
tree9252e3f5a0d5611e2502f909882b6f7216ca7b3f
parentdaffa2c523921ffdd333be145e7f0f77cd02f39c
Use the appropriate SourceLocation for the template backtrace when doing
template argument deduction.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198995 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/Sema/SemaLookup.cpp
lib/Sema/SemaTemplateDeduction.cpp
test/SemaCXX/cxx98-compat.cpp
test/SemaCXX/implicit-member-functions.cpp
test/SemaCXX/typo-correction.cpp
test/SemaTemplate/instantiate-exception-spec.cpp
test/SemaTemplate/instantiate-function-params.cpp
test/SemaTemplate/instantiation-backtrace.cpp
test/SemaTemplate/instantiation-depth-subst-2.cpp
test/SemaTemplate/instantiation-depth-subst.cpp
test/SemaTemplate/instantiation-order.cpp
test/SemaTemplate/operator-template.cpp