Hacker News new | ask | show | jobs
by someplaceguy 805 days ago
Clang has a similar tool, the Clang Static Analyzer: https://clang-analyzer.llvm.org/
2 comments

I've found it to have quite poor defaults for its analysis (things like suggesting "use annex k strcpy_s instead of strcpy"). fanalyzer is still by far the easiest to configure.
And had it for much much longer than GCC.