]> granicus.if.org Git - clang/commit
Fix the rest of PR21289: a pack expansion that we can't expand yet makes a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 17 Oct 2014 20:56:14 +0000 (20:56 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 17 Oct 2014 20:56:14 +0000 (20:56 +0000)
commit1df657da6cbc9b64228c3ef81d86917a85957237
tree4979854f8eb47e76747c4c272ebdaf8abf5d2a34
parent4f1e33719a478e813b25dcc41082b51935070d1d
Fix the rest of PR21289: a pack expansion that we can't expand yet makes a
template specialization type dependent, even if it has no dependent template
arguments. I've filed a corresponding bug against the C++ standard.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220088 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/TemplateBase.cpp
lib/AST/Type.cpp
test/SemaTemplate/dependent-type-identity.cpp