summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/OptTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Driver/OptTable.h')
-rw-r--r--include/clang/Driver/OptTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/OptTable.h b/include/clang/Driver/OptTable.h
index abd224d..3af6f8f 100644
--- a/include/clang/Driver/OptTable.h
+++ b/include/clang/Driver/OptTable.h
@@ -49,8 +49,8 @@ namespace options {
const char *HelpText;
const char *MetaVar;
unsigned char Kind;
- unsigned short Flags;
unsigned char Param;
+ unsigned short Flags;
unsigned short GroupID;
unsigned short AliasID;
};
OpenPOWER on IntegriCloud