openrw icon indicating copy to clipboard operation
openrw copied to clipboard

Setting Static Analysis Tools for openrw?

Open ghost opened this issue 7 years ago • 3 comments

I've seen that many opensource projects are using Coverity and Coverage. Probably for openrw it would also be useful.

ghost avatar Sep 07 '17 20:09 ghost

Clang's static analyzer could be used (and even tested with Travis.)

darkf avatar Sep 20 '17 06:09 darkf

#335 Introduces code coverage and IWYU. valgrind or clang's static analyser would be useful to have also.

danhedron avatar Oct 29 '17 20:10 danhedron

Update, there's already some useful staff and in progress:

  • clang-tidy #403
  • sanitizers #396

I think we should:

  • set generating coverage stats for each build,
  • test somehow data test on CI (mocking?),
  • clang static analyzer (quite useful, could be set on CI),
  • maybe check infer

ghost avatar Jun 03 '18 19:06 ghost