C++: Use mangled_name in ResolveClass.qll

The old code is still around to handle upgraded databases.
This commit is contained in:
Ian Lynagh
2019-07-09 15:37:34 +01:00
parent 1bb57daf6f
commit 0c09af977c
2 changed files with 70 additions and 7 deletions

View File

@@ -705,6 +705,11 @@ usertype_uuid(
unique string uuid: string ref
);
mangled_name(
unique int id: @declaration ref,
int mangled_name : @mangledname
);
is_pod_class(unique int id: @usertype ref);
is_standard_layout_class(unique int id: @usertype ref);