We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f742c1 commit 990e02bCopy full SHA for 990e02b
clang/include/clang/Basic/DiagnosticDriverKinds.td
@@ -133,6 +133,9 @@ def warn_drv_unsupported_option_for_offload_arch_req_feature : Warning<
133
def warn_drv_unsupported_option_for_target : Warning<
134
"ignoring '%0' option as it is not currently supported for target '%1'">,
135
InGroup<OptionIgnored>;
136
+def warn_drv_unsupported_option_part_for_target : Warning<
137
+ "ignoring '%0' in '%1' option as it is not currently supported for target '%2'">,
138
+ InGroup<OptionIgnored>;
139
def warn_drv_invalid_argument_for_flang : Warning<
140
"'%0' is not valid for Fortran">,
141
0 commit comments