summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Driver/clang.h')
-rw-r--r--clang/Driver/clang.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/Driver/clang.h b/clang/Driver/clang.h
index 5d799cbe5c8..33bc7fe5832 100644
--- a/clang/Driver/clang.h
+++ b/clang/Driver/clang.h
@@ -26,6 +26,10 @@ class ASTConsumer;
class IdentifierTable;
class SourceManager;
+/// ProcessWarningOptions - Initialize the diagnostic client and process the
+/// warning options specified on the command line.
+bool ProcessWarningOptions(Diagnostic &Diags);
+
/// DoPrintPreprocessedInput - Implement -E mode.
void DoPrintPreprocessedInput(Preprocessor &PP, const std::string& OutFile);
OpenPOWER on IntegriCloud