<br><br><div class="gmail_quote">2010/5/24 Marcin Świderski <span dir="ltr"><<a href="mailto:marcin.sfider@gmail.com">marcin.sfider@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>Hi,</div><div><br></div><div>I'm interested in working on support for C++ in Static Analyzer project (or is it Checker now?). I would like to use this in my master thesis so I want to do as much as I can in  two or three months. I'm planning on working on this on daily basis during this time. I think I will continue to contribute later on, but time will show.</div>

<div><br></div><div>Of cource I have some questions, so here they are:</div><div><br></div><div>1. On <a href="http://clang-analyzer.llvm.org/dev_cxx.html" target="_blank">http://clang-analyzer.llvm.org/dev_cxx.html</a> there's a list of what has to be done. Is this list up to date? Or did someone done some of these tasks already?</div>
</blockquote><div><br>C++ specific analysis logic is in GRCXXExprEngine.cpp. It has some basic support for modeling ctors, new, member calls, but very incomplete. I think I don't have significant time to work on this in the short term.<br>
 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><br></div><div>2. Assuming that I have to get to know the project and probably widen my knowledge on static code analysis what can I accomplish in time of two/three months?</div></blockquote><div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><br></div><div>3. The xcode project in svn is terribly out of sync. I'm really not used to working on large scale projects without IDE so will probably set up my own project base on the one from svn. However maybe someone has an up to date xcode project and could share it?</div>

<div><br></div><div>I will also appreciate any advice you can give me. This is the first open source project I will work on so I will probably need some.</div><div><br></div><font color="#888888">- Marcin
</font><br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">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>