| 
    Cppcheck
    
   | 
 
#include "cmdlineparser.h"#include "addoninfo.h"#include "check.h"#include "color.h"#include "config.h"#include "cppcheck.h"#include "cppcheckexecutor.h"#include "errorlogger.h"#include "errortypes.h"#include "filelister.h"#include "filesettings.h"#include "importproject.h"#include "library.h"#include "path.h"#include "pathmatch.h"#include "platform.h"#include "settings.h"#include "standards.h"#include "suppressions.h"#include "timer.h"#include "utils.h"#include <algorithm>#include <cassert>#include <climits>#include <cstdint>#include <cstdio>#include <cstdlib>#include <cstring>#include <fstream>#include <iostream>#include <iterator>#include <list>#include <set>#include <sstream>#include <unordered_set>#include <utility>Go to the source code of this file.
Functions | |
| static bool | addFilesToList (const std::string &fileList, std::vector< std::string > &pathNames) | 
| static bool | addIncludePathsToList (const std::string &fileList, std::list< std::string > &pathNames) | 
| static bool | addPathsToSet (const std::string &fileName, std::set< std::string > &set) | 
      
  | 
  static | 
Definition at line 63 of file cmdlineparser.cpp.
Referenced by CmdLineParser::parseFromArgs().
      
  | 
  static | 
Definition at line 88 of file cmdlineparser.cpp.
References endsWith(), Path::fromNativeSeparators(), and Path::removeQuotationMarks().
Referenced by addPathsToSet(), and CmdLineParser::parseFromArgs().
      
  | 
  static | 
Definition at line 111 of file cmdlineparser.cpp.
References addIncludePathsToList().
Referenced by CmdLineParser::parseFromArgs().