Cppcheck
|
#include <suppressions.h>
Public Attributes | |
SuppressionList | nomsg |
suppress message (–suppressions) More... | |
SuppressionList | nofail |
suppress exitcode More... | |
Definition at line 261 of file suppressions.h.
SuppressionList Suppressions::nofail |
suppress exitcode
Definition at line 266 of file suppressions.h.
Referenced by CmdLineParser::parseFromArgs(), and CppCheck::reportErr().
SuppressionList Suppressions::nomsg |
suppress message (–suppressions)
Definition at line 264 of file suppressions.h.
Referenced by CppCheck::check(), CppCheck::checkFile(), MainWindow::getCppcheckSettings(), Settings::loadCppcheckCfg(), CmdLineParser::parseFromArgs(), and CppCheck::reportErr().