mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
C++: Add column to mangled_name table with completeness information
This commit is contained in:
@@ -747,7 +747,8 @@ usertype_uuid(
|
||||
|
||||
mangled_name(
|
||||
unique int id: @declaration ref,
|
||||
int mangled_name : @mangledname
|
||||
int mangled_name : @mangledname,
|
||||
boolean is_complete: boolean ref
|
||||
);
|
||||
|
||||
is_pod_class(unique int id: @usertype ref);
|
||||
|
||||
Reference in New Issue
Block a user