I just downloaded the CLang sources, made a Visual C++ 10 IDE workspace by using CMake, and built everything from Visual C++ 10.0 (express).
Now I get a bunch of linker
Use clang++ only to compile .cpp and then instead of MS link try ld linker. Works for me.