]> granicus.if.org Git - clang/commit
Teach Sema how to instantiate a local function declaration properly. Fixes
authorJohn McCall <rjmccall@apple.com>
Sat, 6 Feb 2010 01:50:47 +0000 (01:50 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 6 Feb 2010 01:50:47 +0000 (01:50 +0000)
commit68b6b87b6beb7922fc2c8ab923ba2ce125490363
tree220f198bad4343f9bbe8f25f79084e77c85554b3
parent2d565b30689c5f79f22de7bad8723c48006d3a06
Teach Sema how to instantiate a local function declaration properly.  Fixes
PR 5517.

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