[cfe-commits] [PATCH] Handle __declspec(dllimport) and __declspec(dllexport)

Anton Korobeynikov anton at korobeynikov.info
Sun Feb 14 06:55:37 PST 2010


Hello, Charles

> appropriately. As far as I know, these are the only two declspec
> attributes that clang supports at the moment. It fixes the reporter's
> immediate problem, but I wouldn't call the bug "fixed" because of the
> many, many MS declspec attributes we don't support yet.
Right. That's why it make sense to move the handling of these
attributes to TargetSema (possible slightly extending this interface).
Could you please consider this way?

Thanks!
-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-commits mailing list