Cppcheck
Functions | Variables
suppressions.cpp File Reference
#include "suppressions.h"
#include "errorlogger.h"
#include "errortypes.h"
#include "path.h"
#include "utils.h"
#include "token.h"
#include "tokenize.h"
#include "tokenlist.h"
#include <algorithm>
#include <cctype>
#include <cstring>
#include <functional>
#include <sstream>
#include <utility>
#include "xml.h"

Go to the source code of this file.

Functions

static bool isAcceptedErrorIdChar (char c)
 

Variables

static const char ID_UNUSEDFUNCTION [] = "unusedFunction"
 
static const char ID_CHECKERSREPORT [] = "checkersReport"
 

Function Documentation

◆ isAcceptedErrorIdChar()

static bool isAcceptedErrorIdChar ( char  c)
static

Definition at line 58 of file suppressions.cpp.

Referenced by SuppressionList::addSuppression().

Variable Documentation

◆ ID_CHECKERSREPORT

const char ID_CHECKERSREPORT[] = "checkersReport"
static

◆ ID_UNUSEDFUNCTION

const char ID_UNUSEDFUNCTION[] = "unusedFunction"
static