]> granicus.if.org Git - clang/commit
Fix for PR32992. Static const classes not exported.
authorHans Wennborg <hans@hanshq.net>
Tue, 13 Feb 2018 09:19:43 +0000 (09:19 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 13 Feb 2018 09:19:43 +0000 (09:19 +0000)
commit49130330ae220213d7fd8e480f6b8914d70b42b1
treeffab99360e22495bd865dc372fed411d84d7d71b
parentcc902685c8f80206a52284d31998c2d6273889e8
Fix for PR32992. Static const classes not exported.

Patch by zahiraam!

Differential Revision: https://reviews.llvm.org/D42968

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324991 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CodeGenCXX/dllexport.cpp