mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
C++: add Class::isStandardLayout()
This commit is contained in:
@@ -691,6 +691,7 @@ usertype_uuid(
|
||||
);
|
||||
|
||||
is_pod_class(unique int id: @usertype ref);
|
||||
is_standard_layout_class(unique int id: @usertype ref);
|
||||
|
||||
is_complete(unique int id: @usertype ref);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user