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 7cbb107 commit 859654cCopy full SHA for 859654c
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -9912,7 +9912,8 @@ def err_omp_declare_variant_incompat_attributes : Error<
9912
"'#pragma omp declare variant' is not compatible with any target-specific attributes">;
9913
def warn_omp_declare_variant_score_not_constant
9914
: Warning<"score expressions in the OpenMP context selector need to be "
9915
- "constant; %0 is not and will be ignored">;
+ "constant; %0 is not and will be ignored">,
9916
+ InGroup<SourceUsesOpenMP>;
9917
def err_omp_declare_variant_user_condition_not_constant
9918
: Error<"the user condition in the OpenMP context selector needs to be "
9919
"constant; %0 is not">;
0 commit comments