Skip to content

Commit c5a36a3

Browse files
committed
XXX
1 parent e26c199 commit c5a36a3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
trap_filename(
3+
int trap: @trap,
4+
string filename: string ref
5+
);
6+
7+
source_file_uses_trap(
8+
string source_file: string ref,
9+
int trap_file: @trap ref
10+
);
11+
12+
in_trap(
13+
int element: @element ref,
14+
int trap_file: @trap ref
15+
);
16+
217
/*- Compilations -*/
318

419
/**

0 commit comments

Comments
 (0)