Skip to content

Commit 7affa07

Browse files
committed
[Driver] Remove Flags from cl_Group. NFC
These flags are redundant since everything in the `cl_Group` explicitly sets flags anyway. Remove the Flags because they're confusing and will cause problems with some later refactorings.
1 parent 71d763b commit 7affa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6883,7 +6883,7 @@ def defsym : Separate<["-"], "defsym">,
68836883
// clang-cl Options
68846884
//===----------------------------------------------------------------------===//
68856885

6886-
def cl_Group : OptionGroup<"<clang-cl options>">, Flags<[CLDXCOption]>,
6886+
def cl_Group : OptionGroup<"<clang-cl options>">,
68876887
HelpText<"CL.EXE COMPATIBILITY OPTIONS">;
68886888

68896889
def cl_compile_Group : OptionGroup<"<clang-cl compile-only options>">,

0 commit comments

Comments
 (0)