Skip to content

Commit 83ca863

Browse files
jketemaCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/Compilation.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b4bbbbe commit 83ca863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Compilation extends @compilation {
9797
/**
9898
* Gets an expanded argument passed to the extractor on this invocation.
9999
*/
100-
string getAnExpandedArgument() { result = this.getArgument(_) }
100+
string getAnExpandedArgument() { result = this.getExpandedArgument(_) }
101101

102102
/**
103103
* Gets the `i`th expanded argument passed to the extractor on this

0 commit comments

Comments
 (0)