#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.
◆ isAcceptedErrorIdChar()
static bool isAcceptedErrorIdChar |
( |
char |
c | ) |
|
|
static |
◆ ID_CHECKERSREPORT
const char ID_CHECKERSREPORT[] = "checkersReport" |
|
static |
◆ ID_UNUSEDFUNCTION
const char ID_UNUSEDFUNCTION[] = "unusedFunction" |
|
static |