Linked by Michael on Tue 29th Mar 2011 23:53 UTC
Permalink for comment 468380
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 06/13/13 14:35 UTC
Linked by Thom Holwerda on 06/11/13 17:07 UTC
Linked by Thom Holwerda on 06/10/13 23:13 UTC
Linked by Thom Holwerda on 06/08/13 14:57 UTC
Linked by Thom Holwerda on 06/07/13 11:40 UTC
Linked by Thom Holwerda on 06/04/13 12:45 UTC
Linked by nfeske on 05/31/13 10:12 UTC
Linked by Thom Holwerda on 05/29/13 16:59 UTC
Linked by Thom Holwerda on 05/24/13 17:26 UTC
Linked by Thom Holwerda on 05/21/13 21:38 UTC
More Features »
Sponsored Links



Member since:
2007-09-08
There aren't any binaries that I could see, but Clang apparently does work on Windows. You'd just have to build it yourself, using either Visual Studio (don't know if the Windows SDK or VS Express versions work, but I'd assume so) or GCC.
It has support for generating Windows binaries, has support for some Windows-isms (the same ones GCC supports). They're apparently working on supporting more MSVC extensions, so it can compile against Microsoft's headers instead of the MinGW ones, and are working on a compiler driver compatible with cl.exe.
It looks like they have enough developer interest to make Clang work well on Windows, so it should get better, even if it's not there yet.
(I've not actually tried it though. For all I know, it doesn't work yet - I'm just going by their web site).