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 962f13e commit 7ba4526Copy full SHA for 7ba4526
cpp/ql/src/semmle/code/cpp/models/implementations/StdString.qll
@@ -4,6 +4,7 @@ import semmle.code.cpp.models.interfaces.Taint
4
* The `std::basic_string` constructor(s).
5
*/
6
class StdStringConstructor extends TaintFunction {
7
+ pragma[noinline]
8
StdStringConstructor() { this.hasQualifiedName("std", "basic_string", "basic_string") }
9
10
override predicate hasTaintFlow(FunctionInput input, FunctionOutput output) {
0 commit comments