Skip to content

Commit b4bbbbe

Browse files
committed
C++: Fix QL-for-QL warning
1 parent a3a67f1 commit b4bbbbe

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,12 @@ class Compilation extends @compilation {
100100
string getAnExpandedArgument() { result = this.getArgument(_) }
101101

102102
/**
103-
* The expanded arguments that were passed to the extractor for a
104-
* compiler invocation. This is similar to `getArgument`, but
105-
* for a `@someFile` argument, it includes the arguments from that
106-
* file, rather than just taking the argument literally.
103+
* Gets the `i`th expanded argument passed to the extractor on this
104+
* invocation.
105+
*
106+
* This is similar to `getArgument`, but for a `@someFile` argument, it
107+
* includes the arguments from that file, rather than just taking the
108+
* argument literally.
107109
*/
108110
string getExpandedArgument(int i) { compilation_expanded_args(this, i, result) }
109111

0 commit comments

Comments
 (0)