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 6f3e6ed commit ac4121dCopy full SHA for ac4121d
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -49,17 +49,21 @@ compilation_args(
49
/**
50
* Optionally, record the build mode for each compilation.
51
* The build mode should be the same for all compilations.
52
- * Build mode:
53
- * 0 = none
54
- * 1 = manual
55
- * 2 = auto
56
*/
57
#keyset[id, mode]
58
compilation_build_mode(
59
int id : @compilation ref,
60
int mode : int ref
61
);
62
+/*
+case @compilation_build_mode.mode of
+ 0 = @build_mode_none
+| 1 = @build_mode_manual
63
+| 2 = @build_mode_auto
64
+;
65
66
+
67
68
* The source files that are compiled by a compiler invocation.
69
* If `id` is for the compiler invocation
0 commit comments