On 13.02.2014 01:33, Aaron Ballman wrote: > As a comment in general for the test cases: you can > dllexport/dllimport declarators according to MSDN (in fact, their > examples show exporting a variable). So are you testing existing > behavior in clang, and then someday we will presumably modify our > behavior? If so, it'd be good to have some FIXME comments around this > sort of test case so it's known that we will be modifying it at some > point.
This tests existing correct behavior in Clang. I have all these patches ready, and unimplemented or broken stuff is not tested until implemented. So patches usually just add tests, making it easier to review (I hope). -Nico _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
