]> granicus.if.org Git - clang/commit
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)
commitf17cabfc9b9cd8acd9ed475eea3d1a21dfc7b66e
tree1ed90d11a7efebad0003e8068be28fbb191b1d8c
parentb9d5abf3801667ab04376743d39cc3f0346efc8f
Fix crash on qualified template name instantiation if the template name has no
template argument list.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@330881 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/dependent-names.cpp