We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1cc80 commit 0e36c8aCopy full SHA for 0e36c8a
options_compile.cpp
@@ -51,7 +51,7 @@ static constexpr OptTable::Info ClangOptionsInfoTable[] = {
51
PARAM, HELPTEXT, METAVAR, VALUES) \
52
{ \
53
PREFIX, NAME, HELPTEXT, METAVAR, OPT_COMPILE_##ID, \
54
- llvm::opt::Option::KIND##Class, PARAM, FLAGS, VISIBILITY, \
+ llvm::opt::Option::KIND##Class, VISIBILITY, PARAM, FLAGS, \
55
OPT_COMPILE_##GROUP, OPT_COMPILE_##ALIAS, ALIASARGS, VALUES \
56
} \
57
,
0 commit comments