infer v0.14.0 Release Notes

Release Date: 2018-04-30 // almost 6 years ago
  • ๐Ÿš€ This is a source release of Infer packaged with pre-built binaries for clang and facebook-clang-plugins for Linux and MacOS. To use it follow these instructions.

    Highlights:

    • ๐Ÿ†• New checker: --ownership detects a subset of use-after-free issues due to bad manual memory management. This is a rough prototype of Rust-style borrow checker for C++. (enabled by default, C++)
    • ๐Ÿ†• New checker: --uninit detects uses of uninitialized values (enabled by default, C/C++/Objective-C)
    • ๐Ÿ†• New checker: --racerd now also detects inconsistent lock usage in C++. Also improved the lock domain to reduce false positives for all languages.
    • ๐Ÿ‘Œ Improved C++ support: destructors are now properly translated; addresses and pointers are handled more precisely
    • ๐Ÿ‘Œ Improved retain cycles detection (Objective-C)
    • โฌ†๏ธ Upgraded the internal clang to clang 7
    • [internal] SQLite is being used to store some of infer's analysis artefacts instead of storing them in files on disk. This improves analysis speed and reduces load on the OS.

    The sha256 checksums of the tarballs are:

    $ shasum -a 256 infer-\*-v0.14.0.tar.xz330b4bbb5fbf90c04d4c096ce0d8d713dac72925d68c0e1b55ab30e6d5201bcb infer-linux64-v0.14.0.tar.xz350767bc29acdcb86734a2009e97bdf2a3603db0fbf3f18c59fc07b416977021 infer-osx-v0.14.0.tar.xz