CLion 2023.3 improves the accuracy of its built-in data flow analyzer and adds memory leak analysis features.
CLion is a fully integrated C/C++ development environment. It enhances your productivity with a smart editor, code quality assurance, automated refactorings and deep integration with the CMake build system.
Version 2023.3 enhances CLion's static analysis with two new features. Function summaries allow for better distinction between function contexts in nested call chains, leading to more accurate data flow analysis. A new memory leak detection mechanism has also been implemented, enabling easier identification of memory allocation instances that are not released.