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

Skip to content

Commit 8326074

Browse files
author
Robert Marsh
committed
C++: QLDoc for StdStringBeginEnd
1 parent c3a6514 commit 8326074

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cpp/ql/src/semmle/code/cpp/models/implementations/StdString.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ class StdStringAssign extends TaintFunction {
117117
}
118118
}
119119

120+
/**
121+
* The standard functions `std::string.begin` and `std::string.end` and their
122+
* variants.
123+
*/
120124
class StdStringBeginEnd extends TaintFunction {
121125
StdStringBeginEnd() {
122126
this.hasQualifiedName("std", "basic_string", "begin") or

0 commit comments

Comments
 (0)