<div>For my research and experimentations (a sort of profiling and code analyses), I'm trying to use clang/llvm on the already existing programs. Some of the programs use STL and can compiled by Visual Studio 2010 (also have corresponding makefiles).</div>

<div> </div>
<div>I've simply changed cl.exe to clang.exe. Mostly it's working greatly! However, MSVC's STL can't be compiled (it's known issue though). So, I've simply tried to change to STLPort. However, it still no good. Please note that I didn't fully invest my time to use STLPort with clang.</div>

<div> </div>
<div>Is there currently any workarounds for using STL in Windows platform?</div>
<div> </div>
<div>Thank you for your great work, and wish to see more improvement on Windows platform.</div>
<div> </div>