|
Cppcheck
|
#include <suppressions.h>
Public Member Functions | |
| void | setFileName (std::string s) |
| const std::string & | getFileName () const |
Static Public Member Functions | |
| static Suppressions::ErrorMessage | fromErrorMessage (const ::ErrorMessage &msg, const std::set< std::string > ¯oNames) |
Public Attributes | |
| std::size_t | hash |
| std::string | errorId |
| int | lineNumber |
| Certainty | certainty |
| std::string | symbolNames |
| std::set< std::string > | macroNames |
Private Attributes | |
| std::string | mFileName |
Definition at line 49 of file suppressions.h.
|
static |
Definition at line 41 of file suppressions.cpp.
References certainty, errorId, hash, lineNumber, macroNames, Suppressions::Suppression::NO_LINE, setFileName(), and symbolNames.
Referenced by Suppressions::isSuppressed(), and CppCheck::reportErr().
|
inline |
Definition at line 53 of file suppressions.h.
Referenced by Suppressions::Suppression::isSuppressed().
| void Suppressions::ErrorMessage::setFileName | ( | std::string | s | ) |
Definition at line 291 of file suppressions.cpp.
References Path::simplifyPath().
Referenced by fromErrorMessage(), and CheckThread::parseClangErrors().
| Certainty Suppressions::ErrorMessage::certainty |
Definition at line 57 of file suppressions.h.
Referenced by fromErrorMessage().
| std::string Suppressions::ErrorMessage::errorId |
Definition at line 51 of file suppressions.h.
Referenced by fromErrorMessage(), Suppressions::Suppression::isSuppressed(), Suppressions::isSuppressed(), Suppressions::isSuppressedExplicitly(), and CheckThread::parseClangErrors().
| std::size_t Suppressions::ErrorMessage::hash |
Definition at line 50 of file suppressions.h.
Referenced by fromErrorMessage(), and Suppressions::Suppression::isSuppressed().
| int Suppressions::ErrorMessage::lineNumber |
Definition at line 56 of file suppressions.h.
Referenced by fromErrorMessage(), Suppressions::Suppression::isSuppressed(), and CheckThread::parseClangErrors().
| std::set<std::string> Suppressions::ErrorMessage::macroNames |
Definition at line 59 of file suppressions.h.
Referenced by fromErrorMessage(), and Suppressions::Suppression::isSuppressed().
|
private |
Definition at line 63 of file suppressions.h.
| std::string Suppressions::ErrorMessage::symbolNames |
Definition at line 58 of file suppressions.h.
Referenced by fromErrorMessage(), Suppressions::Suppression::isSuppressed(), and CheckThread::parseClangErrors().