37 enum Type {
AST, SYNTAX, UNKNOWN_MACRO, INTERNAL, LIMIT, INSTANTIATION};
125 explicit CWE(
unsigned short cweId) :
id(cweId) {}
The token list that the TokenList generates is a linked-list of this class.
Information about a class type.
Severity
enum class for severity.
std::pair< const Token *, std::string > ErrorPathItem
CPPCHECKLIB Severity severityFromString(const std::string &severity)
CPPCHECKLIB std::string severityToString(Severity severity)
std::list< ErrorPathItem > ErrorPath
@ none
No severity (default value).
@ portability
Portability warning.
@ information
Checking information.
@ performance
Performance warning.
@ error
Programming error.
CWE(unsigned short cweId)
Simple container to be thrown when internal error is detected.