clang on windows support

I was wondering if there is a general community status page or something where I can know what is remaining for clang to be a complete MSVC replacement?

I saw Zachary Turner’s email about debugging support, but I don’t know how far along we are from getting everything built.

Hayden

We have a document located here: http://clang.llvm.org/docs/MSVCCompatibility.html

Thanks for this! Looks like I need to remove exceptions from my code and it should be good to compile!