codechecker
codechecker copied to clipboard
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
This commit adds support for the Cppcheck analyzer. The following two commits are also squashed into this: * [test] Add new test cases for Cppcheck support * [analyzer] Check version...
Exactly what is says on the tin!
In concurrent storage of two runs containing the same files leads to duplicate key constraint violation. Some DBMSs can gracefully handle this issue by supporting "ON CONFLICT DO NOTHING" clause...
Most of them moved in: https://reviews.llvm.org/D128072
CodeChecker should support an analysis mode where for each source file, it tries to find the closest compile_commands.json file up in the directory hierarchy starting from the source file. clangd...
I just wanted to give you guys a heads up that I just landed: https://reviews.llvm.org/D128704 which makes it possible to run `clang-extdef-mapping` on the ast files directly instead of having...
cppcheck?
Any plans to include support for other static analysis tools, e.g., cppcheck?
This patch is about supporting https://reviews.llvm.org/D128704 from Clang. When doing CTU analysis setup we parse the .cpp to get an .ast and then we run clang-extdef-mapping on the .cpp file...
The SQL statement querying review status counts when filtering reports in GUI with uniqueing was invalid.