Daniel Krupp
Daniel Krupp
At every analysis at the defult log level there was a wall of text checker list. It is enough to print this list at the default log level and redirect...
In the CodeChecker VSCode plugin we would like to support the following use cases: 1. CodeChecker parse should show that a file was never analyzed 2. CodeChecker parse should show...
**Improve the current File Path filter selector to show a navigable directory hierarchy and the (aggregated) report numbers, instead of the flat file list.** The file filter in the CodeChecker...
This error prevents storing the results. The problem can be reproduced like this: In the original compiler call the header was included like this: `clang .. -include ../../../Sources/some_header.hpp` the clang-tidy...
**Is your feature request related to a problem? Please describe.** I would like to analyze all files under a directory (a module). CodeChecker analyze invocation supports individual files, but not...
https://codechecker.readthedocs.io/en/latest/supported_code_analyzers/#clang-sanitizers has broken link for [report-converter](https://codechecker.readthedocs.io/tools/report-converter) tool. it would be good to fix it [report-converter - CodeChecker](https://codechecker.readthedocs.io/en/latest/tools/report-converter/) shoudl be used
**Is your feature request related to a problem? Please describe.** CodeChecker should be able to execute the anlaysis of well known open source code-duplicate detection tools such as: * https://github.com/platisd/duplicate-code-detection-tool...
When the --file parameter is referred with an absolute path, but the compilation database contains the file as a relative path to the directory member e.g. `tests/FLP37-C-A.c` in this example...
Add support for facebook infer analyzer execution support for C/C++. https://github.com/facebook/infer CodeChecker should be able to * List checkers: CodeChecker checkers * Checkers should have "infer" prefix: infer.biabduction_memory_leak * Execute...
without ctu, only on those files which changed