About 281,000 results
Open links in new tab
  1. c - Choosing a static code analysis tool - Stack Overflow

    Aug 6, 2008 · We've been using Coverity Prevent to check out C++ source code. It's not a free tool (although I believe they offer free scanning for open source projects), but it's one of the …

  2. Static code analyzers for C - Stack Overflow

    Jun 1, 2016 · 14 Wikipedia maintains a list of static code analysis tools for various languages (including C). Personally, I have used both PC-Lint and Splint. The best choice depends on …

  3. What static analysis tools are available for C#? [closed]

    Sep 2, 2008 · What tools are there available for static analysis against C# code? I know about FxCop and StyleCop. Are there others? I've run across NStatic before but it's been in …

  4. What tools do you use for static code analysis? [closed]

    Closed 11 years ago. This question on Cyclomatic Complexity made me think more about static code analysis. Analyzing code complexity and consistency is occasionally useful, and I'd like …

  5. What open source C++ static analysis tools are available?

    Sep 27, 2008 · The alternative is to find open source C++ static analysis tools that will run on multiple platforms (Windows and Unix). By using an open source tool, it could be modified to fit …

  6. static analysis - How to generate a call graph for C++ code - Stack ...

    Statically computing an accurate C++ call graph is hard, because you need a precise language parser, correct name lookup, and a good points-to analyzer that honors the language …

  7. Free tools to check compliance with MISRA C? - Stack Overflow

    8 Relatively speaking, PC-Lint is virtually free when compared to full-blown static analysis tools with MISRA compliance checks. Furthermore, I have found that PC-Lint does a better job of …

  8. Can static analysis detect memory leaks? - Stack Overflow

    May 9, 2016 · A well designed/implemented static analysis tool can detect many cases where some code must have a leak, merely by analyzing the code. Tools like Coverity/Prevent do …

  9. Are C++ static code analyis tools worth it? - Stack Overflow

    Mar 13, 2009 · In my experience with a couple of employers, Coverity Prevent for C/C++ was decidedly worth it, finding some bugs even in good developers’ code, and a lot of bugs in the …

  10. Source code analysis tools for C# - Stack Overflow

    Possible Duplicate: What static analysis tools are available for C#? Guys, I'm looking for an open source or free source code analysis tool for C#. The tool should be able to generate metrics …