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 943ad73 commit e108f4cCopy full SHA for e108f4c
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -3038,8 +3038,6 @@ def err_reference_to_function_with_unsatisfied_constraints : Error<
3038
"invalid reference to function %0: constraints not satisfied">;
3039
def err_requires_expr_local_parameter_default_argument : Error<
3040
"default arguments not allowed for parameters of a requires expression">;
3041
-def err_requires_expr_parameter_referenced_in_evaluated_context : Error<
3042
- "constraint variable %0 cannot be used in an evaluated context">;
3043
def note_expr_requirement_expr_substitution_error : Note<
3044
"%select{and|because}0 '%1' would be invalid: %2">;
3045
def note_expr_requirement_expr_unknown_substitution_error : Note<
0 commit comments