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 de29d93 commit d065389Copy full SHA for d065389
cpp/ql/src/semmle/code/cpp/Compilation.qll
@@ -40,6 +40,7 @@ class Compilation extends @compilation {
40
/** Gets a file compiled during this invocation. */
41
File getAFileCompiled() { result = getFileCompiled(_) }
42
43
+ /** Gets the `i`th file compiled during this invocation */
44
File getFileCompiled(int i) { compilation_compiling_files(this, i, unresolveElement(result)) }
45
46
/**
0 commit comments