]> granicus.if.org Git - clang/commit
Fixes a regression when redeclaration of a global satic
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 24 Jun 2010 18:50:41 +0000 (18:50 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 24 Jun 2010 18:50:41 +0000 (18:50 +0000)
commit7d99e989c1a20e358f472e35d615313f2fe223db
treef1c16c8a068c8a31567868a45662ced1bb034c25
parent8147c7b29d5bfc1883e9f13490e0b23916077617
Fixes a regression when redeclaration of a global satic
is an extern local to a function. Radar 8125274.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106773 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Sema/extern-redecl.c [new file with mode: 0644]