Skip to content

Commit 8b62626

Browse files
committed
C++: Support non-type template parameters in the database scheme
1 parent 87b9e60 commit 8b62626

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,10 @@ usertype_uuid(
785785
string uuid: string ref
786786
);
787787

788+
nontype_template_parameters(
789+
int id: @expr ref
790+
);
791+
788792
mangled_name(
789793
unique int id: @declaration ref,
790794
int mangled_name : @mangledname,

0 commit comments

Comments
 (0)