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
1 changed files with 2 additions and 0 deletions

View File

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