Parse data from Clang scan-build HTML page to PSQL
-
Updated
Oct 10, 2022 - Python
Parse data from Clang scan-build HTML page to PSQL
A sample C23 project built on my c-project-skeleton. A small interactive calculator shows the skeleton in use: CMake and Ninja drive the build, a thin Makefile provides the daily verbs, warnings are errors, and the Check suite tests the same core library the app links.
A modern C23 project skeleton for Linux and macOS. CMake and Ninja drive the build, and a thin Makefile provides the daily verbs. Warnings as errors, clang-tidy, scan-build, cppcheck, ASan/UBSan/TSan/LSan, Valgrind, coverage, and a Check suite with real tests in it. Nothing stubbed.
To associate your repository with the scan-build topic, visit your repo's landing page and select "manage topics."