A while ago I asked about running Clang on the command line in Windows, but was unable to get any useful information. Now I see that the ClangOnWin project at SourceForge offers binaries for Windows. That's looks promising, but I've never heard of ClangOnWin and there don't seem to be many mentions of it on the Net. I'm reluctant to run a downloaded executable that has no reputation. (If I were set up to install and run it in a VM, I would, but I'm not.)
Does anybody have any experience with ClangOnWin? The current distribution is named LLVM-3.5svn-win32-198200.exe, which suggests that it's Clang 3.5, and that's exciting, because Clang 3.5 is compliant with the current draft of C++14 (per http://clang.llvm.org/cxx_status.html) .