forked from OSchip/llvm-project
Remove extraneous cl:: namespace qualifiers
llvm-svn: 7852
This commit is contained in:
parent
ca782d9fe6
commit
e58e442e20
|
@ -28,15 +28,15 @@ namespace cl {
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// ParseCommandLineOptions - Command line option processing entry point.
|
// ParseCommandLineOptions - Command line option processing entry point.
|
||||||
//
|
//
|
||||||
void cl::ParseCommandLineOptions(int &argc, char **argv,
|
void ParseCommandLineOptions(int &argc, char **argv,
|
||||||
const char *Overview = 0);
|
const char *Overview = 0);
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// ParseEnvironmentOptions - Environment variable option processing alternate
|
// ParseEnvironmentOptions - Environment variable option processing alternate
|
||||||
// entry point.
|
// entry point.
|
||||||
//
|
//
|
||||||
void cl::ParseEnvironmentOptions (char *progName, char *envvar,
|
void ParseEnvironmentOptions(char *progName, char *envvar,
|
||||||
const char *Overview = 0);
|
const char *Overview = 0);
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// Flags permitted to be passed to command line arguments
|
// Flags permitted to be passed to command line arguments
|
||||||
|
|
Loading…
Reference in New Issue