|
Cppcheck
|
#include "cppcheckexecutor.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Main function of cppcheck. | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main function of cppcheck.
| argc | Passed to CppCheck::parseFromArgs() |
| argv | Passed to CppCheck::parseFromArgs() |
Definition at line 94 of file cli/main.cpp.
References CppCheckExecutor::check().
1.7.6.1