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 b4bbbbe commit 83ca863Copy full SHA for 83ca863
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