We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4121d commit d3e8292Copy full SHA for d3e8292
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -48,11 +48,9 @@ compilation_args(
48
49
/**
50
* Optionally, record the build mode for each compilation.
51
- * The build mode should be the same for all compilations.
52
*/
53
-#keyset[id, mode]
54
compilation_build_mode(
55
- int id : @compilation ref,
+ unique int id : @compilation ref,
56
int mode : int ref
57
);
58
@@ -62,7 +60,7 @@ case @compilation_build_mode.mode of
62
60
| 1 = @build_mode_manual
63
61
| 2 = @build_mode_auto
64
;
65
-/*
+*/
66
67
68
* The source files that are compiled by a compiler invocation.
0 commit comments