Skip to content

Commit 7df45a9

Browse files
authored
Merge pull request github#3316 from jbj/arithTypesMatch-perf
C++: inline arithTypesMatch predicate
2 parents 9c12fa3 + 7a36639 commit 7df45a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/Likely Bugs/Underspecified Functions/MistypedFunctionArguments.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
import cpp
88

9+
pragma[inline]
910
private predicate arithTypesMatch(Type arg, Type parm) {
1011
arg = parm
1112
or

0 commit comments

Comments
 (0)