This is the first patch for the codechecker tool. (https://github.com/Ericsson/codechecker/issues/359)
This patch contains only the core files, documentation and unit tests.
- libcodechecker
- report_server (handle report storage)
- report_viewer (handle viewer client requests (web, command line))
- thrift api (for storing and getting results by the analyzers)
- unit tests
- config files (runtime and packaging)
- command line client to view results
The next patch with functional tests have additional infrastructure requirements (PostgreSQL) which should be further discussed.
The third patch will contain the web GUI part of codechecker.
Is it outdated?