[PATCH] D33852: Enable __declspec(selectany) on linux
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 28 04:54:46 PDT 2017
aaron.ballman added a comment.
In https://reviews.llvm.org/D33852#853410, @Prazek wrote:
> Sorry for so late fixes, but it would be good to put it in 5.0
I do not think this should be in 5.0, as I believe we're only accepting regression fixes at this point.
================
Comment at: include/clang/Basic/Attr.td:2477
let Spellings = [Declspec<"selectany">, GCC<"selectany">];
let Documentation = [Undocumented];
}
----------------
Since we're drastically modifying what platforms this is supported on, can you please add documentation for this attribute?
https://reviews.llvm.org/D33852
More information about the cfe-commits
mailing list