]> granicus.if.org Git - clang/commit
Fix member function call on null pointer in Sema::FindInstantiatedDecl.
authorAlexey Samsonov <vonosmas@gmail.com>
Wed, 3 Sep 2014 18:45:45 +0000 (18:45 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Wed, 3 Sep 2014 18:45:45 +0000 (18:45 +0000)
commit92e627868987d35c43224fcfa8801ea991667fd0
tree1b7c17378fdf04ea5c36d6a9c6db8e58518aeb32
parent4af9566422c71eb3dd22d3a83ad9330cd0bf9a80
Fix member function call on null pointer in Sema::FindInstantiatedDecl.

This bug was reported by UBSan.

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