[PATCH] Sema: Reorganize and improve semantic tests for dllexport/dllimport

Reid Kleckner rnk at google.com
Wed Feb 12 18:19:40 PST 2014


Nice, looks good.  I wouldn't worry about the other spellings.


On Wed, Feb 12, 2014 at 4:24 PM, Nico Rieck <nico.rieck at gmail.com> wrote:

> This patch reorganizes and improves the tests for the current support of
> dllimport and dllexport. It provides the basis for further patches
> implementing full semantic checking for these attributes.
>
> These tests don't include class members and templates yet to reduce the
> test churn for the first commits. I also only test using __declspec
> (there are one or two tests using __attribute__) as it seems overkill to
> duplicate everything. If it's absolutely required to check both
> spellings, I would do so by duplicating all runlines and using macros.
>
> -Nico
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140212/871fb339/attachment.html>


More information about the cfe-commits mailing list