mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
fix HashCons for typeid of type
This commit is contained in:
@@ -704,7 +704,7 @@ private predicate mk_UuidofOperator(Type t, UuidofOperator e) {
|
||||
}
|
||||
|
||||
private predicate analyzableTypeidType(TypeidOperator e) {
|
||||
strictcount(e.getAChild()) = 0
|
||||
count(e.getAChild()) = 0
|
||||
}
|
||||
|
||||
private predicate mk_TypeidType(Type t, TypeidOperator e) {
|
||||
|
||||
Reference in New Issue
Block a user