mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
C++: QLDoc for StdStringBeginEnd
This commit is contained in:
@@ -117,6 +117,10 @@ class StdStringAssign extends TaintFunction {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* The standard functions `std::string.begin` and `std::string.end` and their
|
||||
* variants.
|
||||
*/
|
||||
class StdStringBeginEnd extends TaintFunction {
|
||||
StdStringBeginEnd() {
|
||||
this.hasQualifiedName("std", "basic_string", "begin") or
|
||||
|
||||
Reference in New Issue
Block a user