Hi everyone! Someone could indicate a great static analyzer for C++ velopment on linux machine GCC compatible ?
1. CppCheck: C, C++ static code analysis
- https://github.com/danmar/cppcheck
2. PVS Studio: PVS-Studio is a tool for detecting bugs and security weaknesses in the source code of programs, written in C, C++, and C#. It works in Windows, Linux, and macOS environment.
- https://www.viva64.com/en/pvs-studio/
- https://www.viva64.com/en/b/0457/
I'd advise using Qt Creator, it comes with Clang Static Analysis. U will get pretty good warnings.