aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/CommandLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/CommandLine.h')
-rw-r--r--include/Support/CommandLine.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Support/CommandLine.h b/include/Support/CommandLine.h
index 245d15bc51..faf82062cc 100644
--- a/include/Support/CommandLine.h
+++ b/include/Support/CommandLine.h
@@ -32,6 +32,13 @@ void cl::ParseCommandLineOptions(int &argc, char **argv,
const char *Overview = 0);
//===----------------------------------------------------------------------===//
+// ParseEnvironmentOptions - Environment variable option processing alternate
+// entry point.
+//
+void cl::ParseEnvironmentOptions (char *progName, char *envvar,
+ const char *Overview = 0);
+
+//===----------------------------------------------------------------------===//
// Flags permitted to be passed to command line arguments
//