Cppcheck
|
#include "checkersreport.h"
#include "checkers.h"
#include "errortypes.h"
#include "settings.h"
#include <map>
#include <sstream>
#include <unordered_set>
#include <vector>
Go to the source code of this file.
Functions | |
static bool | isCppcheckPremium (const Settings &settings) |
static bool | isMisraRuleActive (const std::set< std::string > &activeCheckers, const std::string &rule) |
|
static |
Definition at line 30 of file checkersreport.cpp.
References Settings::cppcheckCfgProductName.
Referenced by CheckersReport::getReport().
|
static |
Definition at line 34 of file checkersreport.cpp.
Referenced by CheckersReport::countCheckers(), and CheckersReport::getReport().