#include "analyzerinfo.h"
#include "check.h"
#include "color.h"
#include "config.h"
#include "errorlogger.h"
#include "settings.h"
#include <cstddef>
#include <fstream>
#include <functional>
#include <list>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <unordered_set>
#include <vector>
 
Go to the source code of this file.
 | 
| 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...
  | 
|   |