Declare argv parameters as const char* const* instead of to char** to clarify...
Declare argv parameters as const char* const* instead of to char** to clarify that they are not modified, and to allow for string literals as arguments. llvm-svn: 116200
Loading
Please register or sign in to comment