We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a0580 commit 6ba2260Copy full SHA for 6ba2260
1 file changed
clang/include/clang/Driver/Options.td
@@ -498,6 +498,7 @@ def Wno_nonportable_cfstrings : Joined<["-"], "Wno-nonportable-cfstrings">, Grou
498
Flags<[CC1Option]>;
499
def Wnonportable_cfstrings : Joined<["-"], "Wnonportable-cfstrings">, Group<W_Group>,
500
501
+def Wno_sycl_strict : Joined<["-"], "Wno-sycl-strict">, Group<W_Group>, HelpText<"Disable warnings which enforce strict SYCL language compatibility.">;
502
def Wp_COMMA : CommaJoined<["-"], "Wp,">,
503
HelpText<"Pass the comma separated arguments in <arg> to the preprocessor">,
504
MetaVarName<"<arg>">, Group<Preprocessor_Group>;
0 commit comments