Another interesting post where PVS-Studio explores running their tool on a major open source project, this time Android.
https://www.viva64.com/en/b/0579/
It seems like a number of these checks would be straightforward additions to OSS compilers.
miniblog.
Related Posts
I'm experimenting with @VladimirSitnikv's diff display idea for difftastic: if a hunk is exclusively additions/removals (not both), just show one side!
Space is at a huge premium in diff displays, and this feels like a more efficient use of it.
I've released difftastic 0.7! https://crates.io/crates/difftastic
* Experimental tree-sitter parsing!
* Better git integration (colours, file renames, file additions)
* Smarter diffing (almost-identical comments, closing delimiter alignment)
* Lots of smaller display improvements too :)
It's such a shame there isn't structured data in commit messages. I can't query for the commit that fixes the most bugs or filter commits to only show feature additions.
We need a JSON of commit message syntax so we can start building tools.

