mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
C++: Support non-type template parameters in the database scheme
This commit is contained in:
@@ -785,6 +785,10 @@ usertype_uuid(
|
||||
string uuid: string ref
|
||||
);
|
||||
|
||||
nontype_template_parameters(
|
||||
int id: @expr ref
|
||||
);
|
||||
|
||||
mangled_name(
|
||||
unique int id: @declaration ref,
|
||||
int mangled_name : @mangledname,
|
||||
|
||||
Reference in New Issue
Block a user