configure --with-tool=codecheck
Integration with CodeCheck: adds rules to collect metrics and to validate the code against the style guide.
C++
Adds new rules to collect metrics and to validate against style rules. Does not change normal compilation at all.
CodeCheck utlities home
cck-metrics directory
Style rules directory
cck
cck-metrics path
C++ language dialect selection
Exported; defaults to $(CODECHECK_BINDIR)
Timestamp of the last style rule validation on the target.
Metrics for the target.
Timestamp of the last style rule validation on the source file.
Metrics for the source file.
Validate the code against the style rules: update all .cck files.
Collect metrics recursively and merge them into a single .cckm file: first by target, then by directory, then from subdirectories, then from subpackages.