]> granicus.if.org Git - clang/commit
Add an assertion to tell us when we're going off the deep end trying
authorDouglas Gregor <dgregor@apple.com>
Sun, 22 May 2011 00:21:10 +0000 (00:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 22 May 2011 00:21:10 +0000 (00:21 +0000)
commit93104c10653cf03a3eb5996a1650a9a9e25e0811
tree2968fb26f94cfe5850d2fa686481c6ec22c30181
parent9ca02e521b6aabc63d7af95e5c0140e20e137a07
Add an assertion to tell us when we're going off the deep end trying
to determine outer template arguments lists for template
parameters. This is actually the problem behind PR9643, which I have
yet to figure out how to fix.

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