Skip to content

Commit dc42595

Browse files
ojhuntAaronBallman
andauthored
Update clang/include/clang/Basic/DiagnosticSemaKinds.td
Co-authored-by: Aaron Ballman <[email protected]>
1 parent fb80c17 commit dc42595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9701,7 +9701,8 @@ def err_no_matching_type_aware_cleanup_deallocator_mismatch : Error<
97019701
def err_type_aware_operator_found : Note<
97029702
"type aware %0 found in %1">;
97039703
def warn_mismatching_type_aware_cleanup_deallocator : Warning<
9704-
"mismatching type aware allocation operators for constructor cleanup">, InGroup<TypeAwareAllocatorMismatch>;
9704+
"mismatched type aware allocation operators for constructor cleanup">,
9705+
InGroup<TypeAwareAllocatorMismatch>;
97059706
def note_type_aware_operator_declared : Note<
97069707
"%select{|non-}0type aware %1 declared here">;
97079708
def note_implicit_delete_this_in_destructor_here : Note<

0 commit comments

Comments
 (0)