summaryrefslogtreecommitdiff
path: root/include/clang/Driver/CC1AsOptions.td
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Driver/CC1AsOptions.td')
-rw-r--r--include/clang/Driver/CC1AsOptions.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/clang/Driver/CC1AsOptions.td b/include/clang/Driver/CC1AsOptions.td
index 2643c4f0e8543..b1067b788983f 100644
--- a/include/clang/Driver/CC1AsOptions.td
+++ b/include/clang/Driver/CC1AsOptions.td
@@ -77,3 +77,6 @@ def relax_all : Flag<"-relax-all">,
def no_exec_stack : Flag<"--noexecstack">,
HelpText<"Mark the file as not needing an executable stack">;
+
+def fatal_warnings : Flag<"--fatal-warnings">,
+ HelpText<"Consider warnings as errors">;