We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f4a39 commit e9b00f1Copy full SHA for e9b00f1
1 file changed
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -222,6 +222,19 @@ extractor_version(
222
string frontend_version: string ref
223
)
224
225
+pch_uses(
226
+ int pch: @pch ref,
227
+ int compilation: @compilation ref,
228
+ int id: @file ref
229
+)
230
+
231
+#keyset[pch, compilation]
232
+pch_creations(
233
+ int pch: @pch,
234
235
+ int from: @file ref
236
237
238
/** An element for which line-count information is available. */
239
@sourceline = @file | @function | @variable | @enumconstant | @xmllocatable;
240
0 commit comments