Hacker News new | ask | show | jobs
by melkiaur 3199 days ago
the static analyzer, along with all the other checks available from clang-tidy: https://clang.llvm.org/extra/clang-tidy/checks/list.html
1 comments

I'm surprised there is a static analyzer available for clang that isn't somewhat equivalently offered in gcc toolchains. I guess I'm assuming folks would be using something like Coverity for major static analysis.

Specifically, this sounds like it is just preferring the other toolchain. Are there literally things that don't have equivalents?