Inherit dll attributes to static locals
authorHans Wennborg <hans@hanshq.net>
Wed, 18 Jun 2014 15:55:13 +0000 (15:55 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 18 Jun 2014 15:55:13 +0000 (15:55 +0000)
commitef2272c49e1da9ef22b142ea4a8dca86a9cf80e5
tree0e5d398de6a617ade8213438b547087ac3e1ab5e
parentdbb3e3e64f40098a74e1d337cfbc1212959fe832
Inherit dll attributes to static locals

This makes us handle static locals in exported/imported functions correctly.

Differential Revision: http://reviews.llvm.org/D4136

llvm-svn: 211173
clang/include/clang/Sema/SemaInternal.h
clang/lib/CodeGen/CGDecl.cpp
clang/lib/CodeGen/MicrosoftCXXABI.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/CodeGenCXX/dllexport.cpp
clang/test/CodeGenCXX/dllimport.cpp