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 de25bc6 commit 0ee73ccCopy full SHA for 0ee73cc
cpp/ql/src/semmle/code/cpp/security/FunctionWithWrappers.qll
@@ -1,5 +1,5 @@
1
/**
2
- * Provides predicates for identifying functions which wrap other functions,
+ * Provides predicates for identifying functions that wrap other functions,
3
* passing the same arguments from the outer call into the inner call. In the
4
* following example `MyMalloc` wraps a call to `malloc`, passing in the `size`
5
* parameter:
0 commit comments