|
Cppcheck
|
Go to the source code of this file.
Classes | |
| struct | InternalError |
| Simple container to be thrown when internal error is detected. More... | |
| class | TerminateException |
| struct | CWE |
Typedefs | |
| using | ErrorPathItem = std::pair< const Token *, std::string > |
| using | ErrorPath = std::list< ErrorPathItem > |
Enumerations | |
| enum class | Certainty { normal , inconclusive } |
| enum class | Checks { unusedFunction , missingInclude , internalCheck } |
| enum class | Severity { none , error , warning , style , performance , portability , information , debug , internal } |
| enum class for severity. More... | |
Functions | |
| CPPCHECKLIB std::string | severityToString (Severity severity) |
| CPPCHECKLIB Severity | severityFromString (const std::string &severity) |