File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1408,8 +1408,8 @@ facilities to mark custom allocating/deallocating functions.
14081408
14091409All 3 attributes' first parameter of type string is the type of the allocation:
14101410``malloc``, ``new``, etc. to allow for catching :ref:`mismatched deallocation
1411- <unix-MismatchedDeallocator>` bugs to
1412- be found. The allocation type can be any string, e.g. a function annotated with
1411+ <unix-MismatchedDeallocator>` bugs. The allocation type can be any string, e.g.
1412+ a function annotated with
14131413returning a piece of memory of type ``lasagna`` but freed with a function
14141414annoteted to release ``cheese`` typed memory will result in mismatched
14151415deallocation warning.
You can’t perform that action at this time.
0 commit comments