We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e93e7 commit 86ca48bCopy full SHA for 86ca48b
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -245,14 +245,22 @@ trap_filename(
245
string filename: string ref
246
);
247
248
+/**
249
+ * Gives the name for the source file.
250
+ */
251
+source_file_name(
252
+ int sf: @source_file,
253
+ string name: string ref
254
+);
255
+
256
/**
257
* In `build-mode: none` overlay mode, indicates that `source_file`
258
* (`/path/to/foo.c`) uses the TRAP file `trap_file`; i.e. it is the
259
* TRAP file corresponding to `foo.c`, something it transitively
260
* includes, or a template instantiation it transitively uses.
261
*/
262
source_file_uses_trap(
- string source_file: string ref,
263
+ int source_file: @source_file ref,
264
int trap_file: @trap ref
265
266
0 commit comments