]> granicus.if.org Git - clang/commit
Fix a bogus assertion after adjusting the type of a substituted
authorDouglas Gregor <dgregor@apple.com>
Fri, 5 Feb 2010 22:49:09 +0000 (22:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 5 Feb 2010 22:49:09 +0000 (22:49 +0000)
commite41ac7b007d64b504f8e79b97839d060a3669171
treebbc353793c5fabe5e7e3b189c771b7f0ca4bee14
parent8b013bdbf6474ed25d4017635cac851e51163c25
Fix a bogus assertion after adjusting the type of a substituted
non-type template argument for a non-type template parameter of
pointer type. Fixes PR6244.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95447 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp
test/CXX/temp/temp.arg/temp.arg.nontype/p5.cpp