cppcheck
cppcheck copied to clipboard
static analysis of C/C++ code
- I disabled the test that don't work. In the same time I commented the asserts lines that otherwise are required to make the tests pass. - Also added printing...
- fixed result on Linux if parts discarded by `..` do not exist - small adjustments to Windows implementation to match Linux one
Resolves a TODO for the -j argument, making it more similar to the behavior of tools like make and ninja. Instead of aborting when the user requests "zero jobs", pick...
There are a couple false-positives and false-negatives: - no warning of `ignoredReturnValue` for `get_default_type()`: ```xml false get_default_type free ``` ```c get_default_type("object_r", type2); // does not report ignoredReturnValue ``` - wrong...
Co-authored-by: kloczek