aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/OptParser.td
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Driver/OptParser.td')
-rw-r--r--include/clang/Driver/OptParser.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/clang/Driver/OptParser.td b/include/clang/Driver/OptParser.td
index a9f4289fc86e..04efd00fb1d8 100644
--- a/include/clang/Driver/OptParser.td
+++ b/include/clang/Driver/OptParser.td
@@ -82,6 +82,9 @@ def Unsupported : OptionFlag;
// arguments to implement hidden help groups.
def HelpHidden : OptionFlag;
+// NoForward - The option should not be implicitly forwarded to other tools.
+def NoForward : OptionFlag;
+
// Define the option group class.
class OptionGroup<string name> {