Hi everyone.<br>I checked the clang code last night and built it with Visual studio 2005. However, I failed.<br>One obvious error can be found:<br>In the clangSema project, the semaExpr.cpp,<br><br clear="all">static IdentifierInfo *constructSetterName(IdentifierTable &Idents,<br>
                                           const IdentifierInfo *Name) <br> llvm::SmallString<100> SelectorName;<br>  SelectorName = "set";<br><br>The cl.exe complains the llvm::smallString doesn't support the assign operator. When switched to the llvm smallstring declaration, I found no overrided "=" operator. I am using the LLVM 2.4 released. Because I though the svn version maybe has some special things which can't be let pass by Microsoft compiler.<br>
<br>If anyone knows how to deal with that, some discussion is highly welcomed.<br>Thank you.<br>-- <br>Best regards.<br>