]> granicus.if.org Git - clang/commit
Fix a crash when "instantiating" VarDecls that are neither type nor value dependent.
authorAnders Carlsson <andersca@mac.com>
Tue, 24 Nov 2009 16:52:50 +0000 (16:52 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 24 Nov 2009 16:52:50 +0000 (16:52 +0000)
commita244dc3a554f6bf82416697e34f9e96dc1efbb88
treeb749952c3856eb5b64b536938cce3c60a16dc6d5
parent01234bbc1cb94946df8046ad95e17537082b4f71
Fix a crash when "instantiating" VarDecls that are neither type nor value dependent.

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