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 fb80c17 commit dc42595Copy full SHA for dc42595
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -9701,7 +9701,8 @@ def err_no_matching_type_aware_cleanup_deallocator_mismatch : Error<
9701
def err_type_aware_operator_found : Note<
9702
"type aware %0 found in %1">;
9703
def warn_mismatching_type_aware_cleanup_deallocator : Warning<
9704
- "mismatching type aware allocation operators for constructor cleanup">, InGroup<TypeAwareAllocatorMismatch>;
+ "mismatched type aware allocation operators for constructor cleanup">,
9705
+ InGroup<TypeAwareAllocatorMismatch>;
9706
def note_type_aware_operator_declared : Note<
9707
"%select{|non-}0type aware %1 declared here">;
9708
def note_implicit_delete_this_in_destructor_here : Note<
0 commit comments