File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
cpp/ql/lib/semmle/code/cpp Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments