Fix crash on qualified template name instantiation if the template name has no
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 25 Apr 2018 22:58:55 +0000 (22:58 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 25 Apr 2018 22:58:55 +0000 (22:58 +0000)
commit0bf96f933a0cae717d8311785db8485aeacabf1b
treec03e4749e0a422b653d8de3e8f091b9967b99548
parentc85505450ab6ad33a133516291bc268c0f09b572
Fix crash on qualified template name instantiation if the template name has no
template argument list.

llvm-svn: 330881
clang/lib/Sema/SemaTemplate.cpp
clang/test/SemaTemplate/dependent-names.cpp