summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Driver/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/Driver/Options.h')
-rw-r--r--clang/include/clang/Driver/Options.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Options.h b/clang/include/clang/Driver/Options.h
index 0af8d3fe9e5..cb6a38fd706 100644
--- a/clang/include/clang/Driver/Options.h
+++ b/clang/include/clang/Driver/Options.h
@@ -35,10 +35,12 @@ enum ClangFlags {
enum ID {
OPT_INVALID = 0, // This is not an option ID.
-#define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
+#define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
HELPTEXT, METAVAR) OPT_##ID,
+#define SUPPORT_ALIASARGS // FIXME: Remove when LLVM is updated.
#include "clang/Driver/Options.inc"
LastOption
+#undef SUPPORT_ALIASARGS
#undef OPTION
};
}
OpenPOWER on IntegriCloud