Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c12fa3 + 7a36639 commit 7df45a9Copy full SHA for 7df45a9
1 file changed
cpp/ql/src/Likely Bugs/Underspecified Functions/MistypedFunctionArguments.qll
@@ -6,6 +6,7 @@
6
7
import cpp
8
9
+pragma[inline]
10
private predicate arithTypesMatch(Type arg, Type parm) {
11
arg = parm
12
or
0 commit comments