Skip to content

Commit c7b487b

Browse files
committed
C++: add namespaceattributes table to store namespace attributes
1 parent 7af8287 commit c7b487b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,11 @@ varattributes(
11391139
int spec_id: @attribute ref
11401140
);
11411141

1142+
namespaceattributes(
1143+
int namespace_id: @namespace ref,
1144+
int spec_id: @attribute ref
1145+
);
1146+
11421147
stmtattributes(
11431148
int stmt_id: @stmt ref,
11441149
int spec_id: @attribute ref

0 commit comments

Comments
 (0)