Cppcheck
Functions
checkersreport.cpp File Reference
#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)
 

Function Documentation

◆ isCppcheckPremium()

static bool isCppcheckPremium ( const Settings settings)
static

Definition at line 30 of file checkersreport.cpp.

References Settings::cppcheckCfgProductName.

Referenced by CheckersReport::getReport().

◆ isMisraRuleActive()

static bool isMisraRuleActive ( const std::set< std::string > &  activeCheckers,
const std::string &  rule 
)
static

Definition at line 34 of file checkersreport.cpp.

Referenced by CheckersReport::countCheckers(), and CheckersReport::getReport().