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 a245977 commit cef7224Copy full SHA for cef7224
cpp/ql/lib/semmle/code/cpp/models/implementations/StdString.qll
@@ -15,18 +15,6 @@ private class StdBasicString extends ClassTemplateInstantiation {
15
StdBasicString() { this.hasQualifiedName(["std", "bsl"], "basic_string") }
16
}
17
18
-/**
19
- * The `std::basic_string::iterator` declaration.
20
- */
21
-private class StdBasicStringIterator extends Type instanceof Iterator {
22
- StdBasicStringIterator() {
23
- exists(Type unspecified |
24
- unspecified.getEnclosingElement() = any(StdBasicString s).getTemplate() and
25
- unspecified.getUnspecifiedType() = this
26
- )
27
- }
28
-}
29
-
30
/**
31
* A `std::string` function for which taint should be propagated.
32
*/
0 commit comments