mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Fix QL-for-QL warning
This commit is contained in:
@@ -100,10 +100,12 @@ class Compilation extends @compilation {
|
|||||||
string getAnExpandedArgument() { result = this.getArgument(_) }
|
string getAnExpandedArgument() { result = this.getArgument(_) }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The expanded arguments that were passed to the extractor for a
|
* Gets the `i`th expanded argument passed to the extractor on this
|
||||||
* compiler invocation. This is similar to `getArgument`, but
|
* invocation.
|
||||||
* for a `@someFile` argument, it includes the arguments from that
|
*
|
||||||
* file, rather than just taking the argument literally.
|
* This is similar to `getArgument`, but for a `@someFile` argument, it
|
||||||
|
* includes the arguments from that file, rather than just taking the
|
||||||
|
* argument literally.
|
||||||
*/
|
*/
|
||||||
string getExpandedArgument(int i) { compilation_expanded_args(this, i, result) }
|
string getExpandedArgument(int i) { compilation_expanded_args(this, i, result) }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user