- clang (scan-build)
- cppcheck
Версия Python
Python 3.4.3
точка входа
agregator.py
agregator.py [-h] [--config CONFIG] path
где CONFIG - путь до конфигурационного файла path - путь до анализируемого кода
agregator.py --config test.cfg /pathtocode/ #Application section
[app]
#default logfile log.txt
logfile = log2.txt
#analyzers section, flags in flags section, other options use normal names
[clang]
#flags with all additional symbols
flags =-v,-v,-v,-v
#options, without additional symbols
configcommand = bash ./autogen.sh
makecommand = make -j8
cleancommand = make clean
[cppcheck]
flags = -v 3, -j 8