[cfe-dev] Static Analyzer project list?

Ted Kremenek kremenek at apple.com
Mon Mar 8 16:29:00 PST 2010


Hi Dave,

There isn't an active projects list, although I have been meaning to make one.  I'll see if I can come up with a partial list this week and post it to the clang-analyzer.llvm.org website.  Is there a particular area that you are interested in?  Here are a few areas that come to mind:

"Easier":
- More domain-specific checks (simple to sophisticated)
- Improving bug reports (i.e., what information is reported)

"Medium":
- Reworking scan-view to be much more powerful for error triaging and navigation and have a better interface
- Integration into emacs/eclipse/whatever
- Allow "plug-in" checks that get loaded dynamically

"Harder" (more in the guts of the analyzer)
- Reducing memory consumption (and improve performance)
- Add symbolic reasoning for linear constraints, e.g. x < y + 2
- Analyzing C++
- Inter-procedural analysis
- Make it easier to write checks

On Mar 5, 2010, at 2:36 PM, Dave Richards wrote:

> Hello,
> 
> I am interested in learning how I can get involved in the static
> analyzer project.  Is there a project list somewhere that discusses what
> sorts of things are needed/planned?
> 
> 	Thanks!
> 
> 	Dave
> 
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev





More information about the cfe-dev mailing list