]> granicus.if.org Git - clang/commit
Make LookupResult::resolveKind() robust against NotFoundInCurrentInstantiation.
authorJohn McCall <rjmccall@apple.com>
Fri, 15 Jan 2010 21:27:01 +0000 (21:27 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 15 Jan 2010 21:27:01 +0000 (21:27 +0000)
commitdc5c78639f4e64d790c08e7b6494ae86ceea4ff1
treefe961b5609b02bbb9de0144c145cec19b8f3a7de
parent16c440a377b7ec8b722a2e2c7c864f75c95bd305
Make LookupResult::resolveKind() robust against NotFoundInCurrentInstantiation.
Fixes PR 6049.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93557 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLookup.cpp