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.
getAnExpandedArgument
1 parent e850a8a commit e235e04Copy full SHA for e235e04
cpp/ql/lib/semmle/code/cpp/Compilation.qll
@@ -97,7 +97,7 @@ class Compilation extends @compilation {
97
/**
98
* Gets an expanded argument passed to the extractor on this invocation.
99
*/
100
- string getAnExpandedArgument() { result = this.getArgument(_) }
+ string getAnExpandedArgument() { result = this.getExpandedArgument(_) }
101
102
103
* Gets the `i`th expanded argument passed to the extractor on this
0 commit comments