54     static void writeFilesTxt(
const std::string &buildDir, 
const std::list<std::string> &sourcefiles, 
const std::string &userDefines, 
const std::list<FileSettings> &fileSettings);
 
   58     bool analyzeFile(
const std::string &buildDir, 
const std::string &sourcefile, 
const std::string &
cfg, std::size_t hash, std::list<ErrorMessage> &errors);
 
   60     void setFileInfo(
const std::string &check, 
const std::string &fileInfo);
 
   61     static std::string getAnalyzerInfoFile(
const std::string &buildDir, 
const std::string &sourcefile, 
const std::string &
cfg);
 
   63     static std::string getAnalyzerInfoFileFromFilesTxt(std::istream& filesTxt, 
const std::string &sourcefile, 
const std::string &
cfg);
 
Wrapper for error messages, provided by reportErr()
 
static std::string cfg(const std::vector< std::string > &configs, const std::string &userDefines)