# codechecker **Repository Path**: loadrunit/codechecker ## Basic Information - **Project Name**: codechecker - **Description**: A code checker for PostgreSQL - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-16 - **Last Updated**: 2025-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README The three step to do a static analyze: # step 1 capture the compile commands database CodeChecker log --build "make -j $(nproc)" -o compile_commands.json # step 2 analyze the source CodeChecker analyze --analyzers clangsa clang-tidy cppcheck -o ./reports compile_commands.json # step 3 summarize the report CodeChecker parse ./reports