]> granicus.if.org Git - clang/commit
Enable __declspec(selectany) on any platform
authorPiotr Padlewski <piotr.padlewski@gmail.com>
Thu, 14 Sep 2017 17:33:08 +0000 (17:33 +0000)
committerPiotr Padlewski <piotr.padlewski@gmail.com>
Thu, 14 Sep 2017 17:33:08 +0000 (17:33 +0000)
commit1af16988a3734bcb5dccd5b70a5b75b32402a25a
treebd2d2cea19e73c084bb5c88a28fa49504a1060f1
parentc42c6fa1f2b22d227740e5f247c95f77516fdade
Enable __declspec(selectany) on any platform

Summary:
This feature was disabled probably by mistake in rL300562
This fixes bug https://bugs.llvm.org/show_bug.cgi?id=33285

Reviewers: davide, rnk

Subscribers: cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313278 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td
test/Sema/attr-selectany.c
test/SemaCXX/attr-selectany.cpp