mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
C++: Use mangled_name in ResolveClass.qll
The old code is still around to handle upgraded databases.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user