mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02: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