]> granicus.if.org Git - clang/commit
Delay the check for unexpanded parameter packs in the types of
authorDouglas Gregor <dgregor@apple.com>
Thu, 16 Dec 2010 15:36:43 +0000 (15:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 16 Dec 2010 15:36:43 +0000 (15:36 +0000)
commit4d2abba63ede7dde686892a20865245ed355aeb1
treed86713bfea8bf2bd975079e53d46fa6844344795
parent781def075d4a486a5b367c6730fe77cb1f721ac1
Delay the check for unexpanded parameter packs in the types of
non-type template parameters until we know that we have an actual
template declaration of some sort. This cannot be tested yet, but will
become important when we have template template parameter packs.

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