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 f1076b9 commit 4a0eae6Copy full SHA for 4a0eae6
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -47,6 +47,19 @@ compilation_args(
47
string arg : string ref
48
);
49
50
+/**
51
+ * The expanded arguments that were passed to the extractor for a
52
+ * compiler invocation. This is similar to `compilation_args`, but
53
+ * for a `@someFile` argument, it includes the arguments from that
54
+ * file, rather than just taking the argument literally.
55
+ */
56
+#keyset[id, num]
57
+compilation_expanded_args(
58
+ int id : @compilation ref,
59
+ int num : int ref,
60
+ string arg : string ref
61
+);
62
+
63
/**
64
* Optionally, record the build mode for each compilation.
65
*/
0 commit comments