Static analysis is not only about directly finding bugs, but also about finding bug-prone situations that can decrease code understanding and maintainability. Static analysis can handle many other properties of the code: Continue reading “C++ Static analysis: Bug vs Bug-prone situations”