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 f6a4945 commit 005230fCopy full SHA for 005230f
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -10188,7 +10188,7 @@ def warn_new_dangling_initializer_list : Warning<
10188
"will be destroyed at the end of the full-expression">,
10189
InGroup<DanglingInitializerList>;
10190
def warn_dangling_pointer_assignment : Warning<
10191
- "object backing the %select{|pointer }0%1 "
+ "object backing %select{|the pointer }0%1 "
10192
10193
InGroup<DanglingAssignment>;
10194
0 commit comments