Mention the code clean-up thanks to Clang's static analyzer in Modules.

Was not applied to modules that will not compile under OS X, dbmmodule.c,
getaddrinfo.c, and getnameinfo.c.
This commit is contained in:
Brett Cannon 2010-05-04 01:04:53 +00:00
parent d0d2d31589
commit 945df9a388

View file

@ -141,6 +141,8 @@ Library
Extension Modules Extension Modules
----------------- -----------------
- Use Clang 2.7's static analyzer to find places to clean up some code.
- Build the ossaudio extension on GNU/kFreeBSD. - Build the ossaudio extension on GNU/kFreeBSD.
Tests Tests