| commit | 5b63fa02b2fa6e7981706cec53e8d725cbba0752 | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Wed Jun 18 23:26:25 2014 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Wed Jun 18 23:26:25 2014 +0000 |
| tree | cd8476ba7ce2e8792c7ed6a1c23aa792ccc05237 | |
| parent | 1ad83a35b1d5566bc633437dd17faba8af745627 [diff] |
Sema: Static redeclaration after extern declarations is a Microsoft Extension CL permits static redeclarations to follow extern declarations. The storage specifier on the latter declaration has no effect. This fixes PR20034. Differential Revision: http://reviews.llvm.org/D4149 llvm-svn: 211238