]> granicus.if.org Git - clang/commit
Ensure that static local variables in function templates inherit the
authorJohn McCall <rjmccall@apple.com>
Tue, 2 Nov 2010 21:04:24 +0000 (21:04 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 2 Nov 2010 21:04:24 +0000 (21:04 +0000)
commit112c967bd5c862a0f5d7913aa06700c048807db8
treefddf74a77ae45cd3dc3270e55c3ff26dfaf5b3e5
parentca45da0c6da20d9c0c903370f99af5e9a186e0da
Ensure that static local variables in function templates inherit the
visibility of their function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118065 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/ItaniumCXXABI.cpp
test/CodeGenCXX/visibility.cpp