Hi there! I am a new one here..<div><br></div><div>Contributing in this area sounds like a good start point to me. </div><div>How could I get started working on the MSVC support in clang?</div><div><br></div><div>Cheers!</div>

<div>Juan</div><div><br></div><div><br><div class="gmail_quote">2010/12/23 Sebastian Redl <span dir="ltr"><<a href="mailto:sebastian.redl@getdesigned.at" target="_blank">sebastian.redl@getdesigned.at</a>></span><br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On 23.12.2010 04:11, <a href="mailto:way_lzl@sina.com" target="_blank">way_lzl@sina.com</a> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Hello all<br>
<br>
Anyone can help me use STL with clang++? My LLVM+Clang was compiled with MSVC8 on Windows7. then I found \Microsoft Visual Studio 8\VC\include is set as the default header file searching path. But c++ with STL will report errors as below:<br>



<br>
<br>
</blockquote></div>
There's more than one STL in this world. There's GCC's STL (libstdc++), which Clang fully supports up to version 4.2. There's Dinkumware's STL, a variant of which is shipped by Microsoft, which Clang does not yet support, since it uses lots of MS-specific extensions. There's also STLport, an independent project. You don't turn MS's STL to STLport, you replace the MSSTL with STLport when you switch to it. I assume Clang would support STLport, but you'd have to adapt the STLport configuration to recognize and correctly configure Clang. Or maybe someone already did; try googling.<br>



<br>
We've got two or three people working on making MS's various headers work in Clang, but this stuff takes time.<br><font color="#888888">
<br>
Sebastian<br>
</font><br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>