CPP: make more alert messages follow the style-guide

This commit is contained in:
erik-krogh
2022-09-21 13:24:58 +02:00
parent 342c8764ce
commit a30c38f38c
90 changed files with 112 additions and 107 deletions

View File

@@ -14,4 +14,4 @@ from Expr alloc, Expr free, Expr freed
where
allocReaches(freed, alloc, "new[]") and
freeExprOrIndirect(free, freed, "delete")
select free, "This memory may have been allocated with '$@', not 'new'.", alloc, "new[]"
select free, "This memory may have been allocated with $@, not 'new'.", alloc, "new[]"