commit | 945df9a388ef5d31105e743de83dbd1382e31ec5 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue May 04 01:04:53 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue May 04 01:04:53 2010 +0000 |
tree | bb4124aa2720ffc2e9c2d433684ed57969dc88ef | |
parent | d0d2d315896dcef843145dca859f70c3eda8ad1e [diff] [blame] |
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.
diff --git a/Misc/NEWS b/Misc/NEWS index 12e13e9..8d180ff 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -141,6 +141,8 @@ 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