]> granicus.if.org Git - clang/commit
avoid issues with the new scope protector. Previously we'd error
authorChris Lattner <sabre@nondot.org>
Mon, 1 Mar 2010 20:56:44 +0000 (20:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Mar 2010 20:56:44 +0000 (20:56 +0000)
commit632c9d26925f9aa8179607956c83ee348930b6d7
tree7a729e02a1e0ddf2811f9e8ef04d21a81b19b189
parent076ceb093e5e4c1d6e8f6fcd27a816277a1041e2
avoid issues with the new scope protector.  Previously we'd error
with "address taken of label in protected scope, jump to it would have unknown effect on scope"

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97495 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaTemplate/instantiate-function-1.cpp