Sema: Check dll attributes on static data members
authorNico Rieck <nico.rieck@gmail.com>
Thu, 29 May 2014 16:50:20 +0000 (16:50 +0000)
committerNico Rieck <nico.rieck@gmail.com>
Thu, 29 May 2014 16:50:20 +0000 (16:50 +0000)
commit6a916a67b03e1e7d9ec740ffbe9a5080778c7ee9
treee24fec704d0b739d535624b19de3bf9191f0d71f
parent0d936db44e95b1b5b825ee3517a3fa3a9e2f5a3f
Sema: Check dll attributes on static data members

Redeclarations cannot add a dll attribute and static data members cannot
be defined.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209825 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
test/SemaCXX/dllexport.cpp
test/SemaCXX/dllimport.cpp