[PATCH] Sema: Require external linkage for dllimport/dllexport attributes

Reid Kleckner rnk at google.com
Wed Mar 26 12:22:11 PDT 2014


On Wed, Mar 26, 2014 at 11:59 AM, Nico Rieck <nico.rieck at gmail.com> wrote:

> On 26.03.2014 19:08, Reid Kleckner wrote:
> > +#if __has_feature(cxx_auto_type)
> >
> > Any reason for this #if?  The test only uses c++11 and c++1y.
>
> That seems to be a relict from when I had RUN-lines with c++03. Do you
> think it's worth it to reintroduce these? If not then I will strip all
> #ifs from the next patches.
>

Not really, I'd probably just keep -std=c++1y and drop the rest, unless
there's some behavior change that I missed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140326/b88cde97/attachment.html>


More information about the cfe-commits mailing list