Cppcheck
Functions
analyzerinfo.cpp File Reference
#include "analyzerinfo.h"
#include "errorlogger.h"
#include "filesettings.h"
#include "path.h"
#include "utils.h"
#include <cstring>
#include <map>
#include "xml.h"

Go to the source code of this file.

Functions

static std::string getFilename (const std::string &fullpath)
 
static bool skipAnalysis (const std::string &analyzerInfoFile, std::size_t hash, std::list< ErrorMessage > &errors)
 

Function Documentation

◆ getFilename()

static std::string getFilename ( const std::string &  fullpath)
static

Definition at line 36 of file analyzerinfo.cpp.

Referenced by AnalyzerInformation::writeFilesTxt().

◆ skipAnalysis()

static bool skipAnalysis ( const std::string &  analyzerInfoFile,
std::size_t  hash,
std::list< ErrorMessage > &  errors 
)
static

Definition at line 76 of file analyzerinfo.cpp.

References error.

Referenced by AnalyzerInformation::analyzeFile().