I've read that you can use Clang on Windows for C++ apps while using the MS implementation of the C++ standard library. But if you want to use libc++ on Windows, you currently need to use something like cygwin or mingw. I also saw some old posts indicating there was an effort to port libc++ to windows but I could not find any info on the status of this effort.
Any info on similar efforts/projects is also appreciated.