Cppcheck
Classes | Namespaces | Variables
importproject.h File Reference
#include "config.h"
#include "filesettings.h"
#include "platform.h"
#include "utils.h"
#include <iosfwd>
#include <list>
#include <map>
#include <set>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  cppcheck::stricmp
 
class  ImportProject
 Importing project settings. More...
 

Namespaces

 cppcheck
 
 CppcheckXml
 

Variables

static constexpr char CppcheckXml::ProjectElementName [] = "project"
 
static constexpr char CppcheckXml::ProjectVersionAttrib [] = "version"
 
static constexpr char CppcheckXml::ProjectFileVersion [] = "1"
 
static constexpr char CppcheckXml::BuildDirElementName [] = "builddir"
 
static constexpr char CppcheckXml::ImportProjectElementName [] = "importproject"
 
static constexpr char CppcheckXml::AnalyzeAllVsConfigsElementName [] = "analyze-all-vs-configs"
 
static constexpr char CppcheckXml::Parser [] = "parser"
 
static constexpr char CppcheckXml::IncludeDirElementName [] = "includedir"
 
static constexpr char CppcheckXml::DirElementName [] = "dir"
 
static constexpr char CppcheckXml::DirNameAttrib [] = "name"
 
static constexpr char CppcheckXml::DefinesElementName [] = "defines"
 
static constexpr char CppcheckXml::DefineName [] = "define"
 
static constexpr char CppcheckXml::DefineNameAttrib [] = "name"
 
static constexpr char CppcheckXml::UndefinesElementName [] = "undefines"
 
static constexpr char CppcheckXml::UndefineName [] = "undefine"
 
static constexpr char CppcheckXml::PathsElementName [] = "paths"
 
static constexpr char CppcheckXml::PathName [] = "dir"
 
static constexpr char CppcheckXml::PathNameAttrib [] = "name"
 
static constexpr char CppcheckXml::RootPathName [] = "root"
 
static constexpr char CppcheckXml::RootPathNameAttrib [] = "name"
 
static constexpr char CppcheckXml::IgnoreElementName [] = "ignore"
 
static constexpr char CppcheckXml::IgnorePathName [] = "path"
 
static constexpr char CppcheckXml::IgnorePathNameAttrib [] = "name"
 
static constexpr char CppcheckXml::ExcludeElementName [] = "exclude"
 
static constexpr char CppcheckXml::ExcludePathName [] = "path"
 
static constexpr char CppcheckXml::ExcludePathNameAttrib [] = "name"
 
static constexpr char CppcheckXml::FunctionContracts [] = "function-contracts"
 
static constexpr char CppcheckXml::VariableContractsElementName [] = "variable-contracts"
 
static constexpr char CppcheckXml::LibrariesElementName [] = "libraries"
 
static constexpr char CppcheckXml::LibraryElementName [] = "library"
 
static constexpr char CppcheckXml::PlatformElementName [] = "platform"
 
static constexpr char CppcheckXml::SuppressionsElementName [] = "suppressions"
 
static constexpr char CppcheckXml::SuppressionElementName [] = "suppression"
 
static constexpr char CppcheckXml::AddonElementName [] = "addon"
 
static constexpr char CppcheckXml::AddonsElementName [] = "addons"
 
static constexpr char CppcheckXml::ToolElementName [] = "tool"
 
static constexpr char CppcheckXml::ToolsElementName [] = "tools"
 
static constexpr char CppcheckXml::TagsElementName [] = "tags"
 
static constexpr char CppcheckXml::TagElementName [] = "tag"
 
static constexpr char CppcheckXml::TagWarningsElementName [] = "tag-warnings"
 
static constexpr char CppcheckXml::TagAttributeName [] = "tag"
 
static constexpr char CppcheckXml::WarningElementName [] = "warning"
 
static constexpr char CppcheckXml::HashAttributeName [] = "hash"
 
static constexpr char CppcheckXml::CheckLevelExhaustiveElementName [] = "check-level-exhaustive"
 
static constexpr char CppcheckXml::CheckHeadersElementName [] = "check-headers"
 
static constexpr char CppcheckXml::CheckUnusedTemplatesElementName [] = "check-unused-templates"
 
static constexpr char CppcheckXml::MaxCtuDepthElementName [] = "max-ctu-depth"
 
static constexpr char CppcheckXml::MaxTemplateRecursionElementName [] = "max-template-recursion"
 
static constexpr char CppcheckXml::CheckUnknownFunctionReturn [] = "check-unknown-function-return-values"
 
static constexpr char CppcheckXml::ClangTidy [] = "clang-tidy"
 
static constexpr char CppcheckXml::Name [] = "name"
 
static constexpr char CppcheckXml::VSConfigurationElementName [] = "vs-configurations"
 
static constexpr char CppcheckXml::VSConfigurationName [] = "config"
 
static constexpr char CppcheckXml::BughuntingElementName [] = "bug-hunting"
 
static constexpr char CppcheckXml::CodingStandardsElementName [] = "coding-standards"
 
static constexpr char CppcheckXml::CodingStandardElementName [] = "coding-standard"
 
static constexpr char CppcheckXml::CertIntPrecisionElementName [] = "cert-c-int-precision"
 
static constexpr char CppcheckXml::ProjectNameElementName [] = "project-name"