Skip to content

Commit d065389

Browse files
committed
C++: add method commetns in Compilation.qll
1 parent de29d93 commit d065389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/semmle/code/cpp/Compilation.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class Compilation extends @compilation {
4040
/** Gets a file compiled during this invocation. */
4141
File getAFileCompiled() { result = getFileCompiled(_) }
4242

43+
/** Gets the `i`th file compiled during this invocation */
4344
File getFileCompiled(int i) { compilation_compiling_files(this, i, unresolveElement(result)) }
4445

4546
/**

0 commit comments

Comments
 (0)