]> granicus.if.org Git - clang/commit
Thread a source location into the template-argument deduction routines. There
authorJohn McCall <rjmccall@apple.com>
Mon, 8 Feb 2010 23:07:23 +0000 (23:07 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 8 Feb 2010 23:07:23 +0000 (23:07 +0000)
commit5769d6195087229770d7ac90449443e026c47103
tree1445a8e906734648688f9edaa79ff9c9e30c3d6a
parent0087e1a12b67b6bb032a72ea485a863daeccf55b
Thread a source location into the template-argument deduction routines.  There
may be some other places that could take advantage of this new information,
but I haven't really looked yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95600 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaOverload.h
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiate.cpp