File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cpp/ql/src/semmle/code/cpp/models/implementations Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ class SizelessAllocationFunction extends AllocationFunction {
216
216
}
217
217
218
218
/**
219
- * An `operator new` or `operator new[]` function that may be associated with a `new` or
220
- * `new[]` expression . Note that `new` and `new[]` are not function calls, but these
219
+ * An `operator new` or `operator new[]` function that may be associated with `new` or
220
+ * `new[]` expressions . Note that `new` and `new[]` are not function calls, but these
221
221
* functions may also be called directly.
222
222
*/
223
223
class OperatorNewAllocationFunction extends AllocationFunction {
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ class StandardDeallocationFunction extends DeallocationFunction {
81
81
82
82
/**
83
83
* An `operator delete` or `operator delete[]` function that may be associated
84
- * with a `delete` or `delete[]` expression . Note that `delete` and `delete[]`
84
+ * with `delete` or `delete[]` expressions . Note that `delete` and `delete[]`
85
85
* are not function calls, but these functions may also be called directly.
86
86
*/
87
87
class OperatorDeleteDeallocationFunction extends DeallocationFunction {
You can’t perform that action at this time.
0 commit comments