<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi, Brian. Glad to hear you're interested in the static analyzer!</div><div><br></div><div>Implementing a simple checker is a great way to get involved. I just looked through the list of potential checkers again, though, and a lot of them are either non-path-sensitive (though still important), or involve enhancements to the existing MallocChecker, which Anton is currently in the middle of improving. Two existing bug reports on Bugzilla suggest additional possibilities: checking that two C++ iterators are <a href="http://llvm.org/bugs/show_bug.cgi?id=5067">from the same container</a>, and for checking that Objective-C collections are <a href="http://llvm.org/bugs/show_bug.cgi?id=6154">not mutated during iteration</a>. I will warn you that the former has more pitfalls than it seems, since iterators are often copied around by value and thus won't have an associated symbol. But the latter may not interest you as much. (Of course, the C++11 version of the latter may also be interesting.)</div><div><br></div><div>Please e-mail us / the list with any questions you have!</div><div>Jordan</div><div><br></div><br><div><div>On Mar 12, 2013, at 12:39 , Brian Keng <<a href="mailto:brian.keng@gmail.com">brian.keng@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi all,<br><br>I think Clang static analyzer is a great project and I'm interested in contributing. I've watched the "Building a Checker in 24 Hours" talk at the LLVM dev meeting, and I've seen the list of potential checkers here: <a href="http://clang-analyzer.llvm.org/potential_checkers.html">http://clang-analyzer.llvm.org/potential_checkers.html</a><br><br>So my question is, what's a good place to start and do you have any tips?  I have some academic background in symbolic checkers/constraint solvers, and I've been developing C++ for a while now.<br><br>My idea is to just pick up one of the (simpler) unimplemented checkers from the list and implement it to get my hands dirty.<br><br>Thoughts?<br><br>Thanks,<br>Brian Keng<br>_______________________________________________<br>cfe-dev mailing list<br><a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev<br></blockquote></div><br></body></html>