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 646efe2 commit 3f6d849Copy full SHA for 3f6d849
cpp/ql/src/semmle/code/cpp/models/implementations/MemberFunction.qll
@@ -13,8 +13,7 @@ import semmle.code.cpp.models.interfaces.Taint
13
* through.
14
*/
15
class ConversionConstructorModel extends Constructor, TaintFunction {
16
- ConversionConstructorModel()
17
- {
+ ConversionConstructorModel() {
18
strictcount(Parameter p | p = getAParameter() and not p.hasInitializer()) = 1 and
19
not hasSpecifier("explicit")
20
}
0 commit comments