Cppcheck
Functions
main.cpp File Reference
#include "cppcheckexecutor.h"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Main function of cppcheck.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Main function of cppcheck.

Parameters:
argcPassed to CppCheck::parseFromArgs()
argvPassed to CppCheck::parseFromArgs()
Returns:
What CppCheckExecutor::check() returns.

Definition at line 94 of file cli/main.cpp.

References CppCheckExecutor::check().