Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
Signed-off-by: Valentyn Yukhymenko <[email protected]>
  • Loading branch information
BaLiKfromUA committed Aug 2, 2024
1 parent dc8003c commit 81a4dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/DiagnosticMetafnKinds.td
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def metafn_invocation_not_constant_expr : Note<
"invocation is not a constant expression">;
def metafn_first_argument_is_not_object : Note<
"expected related object reflection as a first argument for invoking "
"member non-static function">;
"non-static member function">;
def metafn_function_is_not_member_of_object : Note<
"method is not a member of "
"given object reflection">;
Expand Down

0 comments on commit 81a4dd7

Please sign in to comment.