]> granicus.if.org Git - clang/commit
Each non-local class instantiation is its own local instantiation
authorDouglas Gregor <dgregor@apple.com>
Wed, 24 Mar 2010 01:33:17 +0000 (01:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 24 Mar 2010 01:33:17 +0000 (01:33 +0000)
commit05030bb6790b259a169b25665656db2aee30ccda
tree23449e79eedb59a22733de726b049934ca57b802
parentf532f3b4a642ad5d9704c4a1d17b61cc52ab2f65
Each non-local class instantiation is its own local instantiation
scope. Fixes PR6619.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99377 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/instantiate-function-params.cpp [new file with mode: 0644]