]> granicus.if.org Git - clang/commit
Have the typo correction in DiagnoseEmptyLookup properly handle template
authorKaelyn Uhrain <rikka@google.com>
Fri, 5 Aug 2011 00:09:52 +0000 (00:09 +0000)
committerKaelyn Uhrain <rikka@google.com>
Fri, 5 Aug 2011 00:09:52 +0000 (00:09 +0000)
commitace5e76e5c707f4a8447abc01ef540fa6d57ff95
treee0d56203256c00268ccca38b9f279eb45fac9654
parent1a38b46ae2f818592577546c8c800ada8de7962b
Have the typo correction in DiagnoseEmptyLookup properly handle template
functions when performing function overload resolution.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136948 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOverload.cpp
test/SemaCXX/function-overload-typo-crash.cpp