Release notes for checker-XXX builds
+checker-279
+built: November 14, 2016 + download: checker-279.tar.bz2
+highlights:
+-
+
- The analyzer includes new checks for:
+
-
+
- Improper instance cleanup up in Objective-C -dealloc methods under manual retain/release. +
- Inadvertant comparisons of NSNumber, CFNumberRef, and other number object pointers against scalar values. +
- Unsafe usage of dispatch_once_t predicates stored in Objective-C instance variables and other heap-allocated memory. +
- Issues resulting from self-assignment in C++. +
- Incorrect usage of MPI APIs in C and C++. This check can be enabled by passing the following command to scan-build:
+ -enable-checker optin.mpi.MPI-Checker
+
- The scan-build tool now supports a --force-analyze-debug-code flag that forces projects to analyze in debug mode. This flag leaves in assertions and so typically results in fewer false positives. +
- Additional miscellaneous improvements. +
- Now requires macOS 10.8 or later. +
checker-278
built: February 5, 2016 download: checker-278.tar.bz2