Skip to content

Commit 005230f

Browse files
committed
Remove "the" in the diagnostic message.
1 parent f6a4945 commit 005230f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10188,7 +10188,7 @@ def warn_new_dangling_initializer_list : Warning<
1018810188
"will be destroyed at the end of the full-expression">,
1018910189
InGroup<DanglingInitializerList>;
1019010190
def warn_dangling_pointer_assignment : Warning<
10191-
"object backing the %select{|pointer }0%1 "
10191+
"object backing %select{|the pointer }0%1 "
1019210192
"will be destroyed at the end of the full-expression">,
1019310193
InGroup<DanglingAssignment>;
1019410194

0 commit comments

Comments
 (0)