|
Cppcheck
|
#include "config.h"#include "settings.h"#include "errorlogger.h"#include "checkunusedfunctions.h"#include <string>#include <list>#include <istream>Go to the source code of this file.
Classes | |
| class | CppCheck |
| This is the base class which will use other classes to do static code analysis for C and C++ code to find possible errors or places that could be improved. More... | |
1.7.6.1