]> granicus.if.org Git - clang/commit
Set the visibility to 'hidden' when previous
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 16 Jun 2011 14:49:42 +0000 (14:49 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 16 Jun 2011 14:49:42 +0000 (14:49 +0000)
commit119f19b46b79cbe48f1992911588a728dfa5ad2e
tree9133f3c821d92246abe80cc668f8d9251b3b070b
parentc37039803a18c7f0f0975a618147d336de3d3d58
Set the visibility to 'hidden' when previous
declaration of global var is __private_extern__.
// rdar://9609649

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133157 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/private-extern-redef.c [new file with mode: 0644]