English

Static Code Analysis with CodeChecker

Software Engineering 2024-08-06 v1

Abstract

CodeChecker is an open source project that integrates different static analysis tools such as the Clang Static Analyzer and Clang-Tidy into the build systems, continuous integration loops, and development workflows of C++ programmers. It has a powerful issue management system to make it easier to evaluate the reports of the static analysis tools. This document was handed out as supportive material for a code analysis lecture at the 2018 3COWS conference in Kosice, Slovakia.

Keywords

Cite

@article{arxiv.2408.02220,
  title  = {Static Code Analysis with CodeChecker},
  author = {Gabor Horvath and Reka Kovacs and Richard Szalay and Zoltan Porkolab and Gyorgy Orban and Daniel Krupp},
  journal= {arXiv preprint arXiv:2408.02220},
  year   = {2024}
}