[PATCH] Sema: Require external linkage for dllimport/dllexport attributes
Nico Rieck
nico.rieck at gmail.com
Wed Mar 26 11:59:09 PDT 2014
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.
-Nico
More information about the cfe-commits
mailing list