summaryrefslogtreecommitdiff
path: root/include/flang/Basic/DiagnosticSemaKinds.td
diff options
context:
space:
mode:
Diffstat (limited to 'include/flang/Basic/DiagnosticSemaKinds.td')
-rw-r--r--include/flang/Basic/DiagnosticSemaKinds.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/flang/Basic/DiagnosticSemaKinds.td b/include/flang/Basic/DiagnosticSemaKinds.td
index 1cde03b208..2ded6c4136 100644
--- a/include/flang/Basic/DiagnosticSemaKinds.td
+++ b/include/flang/Basic/DiagnosticSemaKinds.td
@@ -51,8 +51,8 @@ def err_typecheck_passing_incompatible_named_args : Error<
"passing %0 to parameter '%1' of incompatible type %2 (or parameter '%3' of type %4)">;
def note_typecheck_passing_argument_to_param_here : Note<
"passing argument to parameter %0 here">;
-def note_typecheck_passing_argument_to_field_here : Note<
- "passing argument to field %0 declared here">;
+def note_typecheck_initializing_member_here : Note<
+ "initializing member %0 declared here">;
def err_typecheck_arith_invalid_operands : Error<
"invalid operands to an arithmetic binary expression (%0 and %1)">;