Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d38ce61

Browse files
committed
C++: Mention in the QLDoc that you cannot instantiate templates in the signature string.
1 parent 9a2c7d3 commit d38ce61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* 5. The `signature` column optionally restricts the named member. If
2323
* `signature` is blank then no such filtering is done. The format of the
2424
* 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).
25+
* types must be stripped of template names. That is, write `const vector &`
26+
* instead of `const vector<T> &`.
2727
* 6. The `ext` column specifies additional API-graph-like edges. Currently
2828
* there is only one valid value: "".
2929
* 7. The `input` column specifies how data enters the element selected by the

0 commit comments

Comments
 (0)