Static Analysis Tools
Discussions center on the use, recommendations, limitations, and specific tools for static code analysis, including Clang, Coverity, Klocwork, and why developers underutilize them.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Sadly, that's typical with static analyzers todays...
The static analysis tools being developed to check this:https://news.ycombinator.com/item?id=28638885
Do any static analysis tools (commercial or open source) already do this now?
Which static analysis tools do you recommend?
A good reason to use the right tools of static analysis, rather than look manually. ;)
Parallel Reddit discussion: https://www.reddit.com/r/programming/comments/3b67pi/why_don...
That's what clang's static analyzer is for. The analysis is pretty difficult and would slow down compilation unnecessarily.
Use static analysers, just like you have to do on C and C++ to handle many of their flaws.
The static analyzer is extremely useful. Why arenβt people running it?
You might want to check this out: https://github.com/mre/awesome-static-analysis