Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2c7d3 commit d38ce61Copy full SHA for d38ce61
1 file changed
cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll
@@ -22,8 +22,8 @@
22
* 5. The `signature` column optionally restricts the named member. If
23
* `signature` is blank then no such filtering is done. The format of the
24
* signature is a comma-separated list of types enclosed in parentheses. The
25
- * types can be short names or fully qualified names (mixing these two options
26
- * is not allowed within a single signature).
+ * types must be stripped of template names. That is, write `const vector &`
+ * instead of `const vector<T> &`.
27
* 6. The `ext` column specifies additional API-graph-like edges. Currently
28
* there is only one valid value: "".
29
* 7. The `input` column specifies how data enters the element selected by the
0 commit comments