Skip to content

Commit fce931a

Browse files
committed
fix HashCons for typeid of type
1 parent 0450c35 commit fce931a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/valuenumbering/HashCons.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ private predicate mk_UuidofOperator(Type t, UuidofOperator e) {
704704
}
705705

706706
private predicate analyzableTypeidType(TypeidOperator e) {
707-
strictcount(e.getAChild()) = 0
707+
count(e.getAChild()) = 0
708708
}
709709

710710
private predicate mk_TypeidType(Type t, TypeidOperator e) {

0 commit comments

Comments
 (0)