Cppcheck
|
This is the complete list of members for CppCheckExecutor, including all inherited members.
check(int argc, const char *const argv[]) | CppCheckExecutor | |
check_internal(const Settings &settings) const | CppCheckExecutor | protected |
check_wrapper(const Settings &settings) | CppCheckExecutor | protected |
CppCheckExecutor()=default | CppCheckExecutor | |
CppCheckExecutor(const CppCheckExecutor &)=delete | CppCheckExecutor | |
executeCommand(std::string exe, std::vector< std::string > args, std::string redirect, std::string &output_) | CppCheckExecutor | privatestatic |
getExceptionOutput() | CppCheckExecutor | static |
mFiles | CppCheckExecutor | protected |
mFileSettings | CppCheckExecutor | protected |
operator=(const CppCheckExecutor &)=delete | CppCheckExecutor | |
reportSuppressions(const Settings &settings, const SuppressionList &suppressions, bool unusedFunctionCheckEnabled, const std::list< FileWithDetails > &files, const std::list< FileSettings > &fileSettings, ErrorLogger &errorLogger) | CppCheckExecutor | protectedstatic |
setExceptionOutput(FILE *exceptionOutput) | CppCheckExecutor | static |
TestSuppressions class | CppCheckExecutor | friend |