]> granicus.if.org Git - clang/commit
Add full dllimport / dllexport support: both sema checks and codegen.
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 26 Dec 2008 00:52:02 +0000 (00:52 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 26 Dec 2008 00:52:02 +0000 (00:52 +0000)
commit2f402708e62f89fb875442802e3d3f20fc909d33
tree2fcfe0150f9173b7238cbb09e3fd3224629d91e5
parent7f7bb72fd0fcfc315245e811debb507f1f55456b
Add full dllimport / dllexport support: both sema checks and codegen.
Patch by Ilya Okonsky

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61437 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/Basic/DiagnosticKinds.def
lib/CodeGen/CodeGenModule.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/dllimport-dllexport.c [new file with mode: 0644]
test/Sema/dllimmport-dllexport.c [new file with mode: 0644]