File tree Expand file tree Collapse file tree
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ class IREllipsisVariable extends IRTempVariable {
224224}
225225
226226/**
227- * A temporary variable generated to hold the contents of all arguments passed to the `...` of a
228- * function that accepts a variable number of arguments.
227+ * A temporary variable generated to hold the `this` pointer.
229228 */
230229class IRThisVariable extends IRTempVariable {
231230 IRThisVariable ( ) { tag = ThisTempVar ( ) }
Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ class IREllipsisVariable extends IRTempVariable {
224224}
225225
226226/**
227- * A temporary variable generated to hold the contents of all arguments passed to the `...` of a
228- * function that accepts a variable number of arguments.
227+ * A temporary variable generated to hold the `this` pointer.
229228 */
230229class IRThisVariable extends IRTempVariable {
231230 IRThisVariable ( ) { tag = ThisTempVar ( ) }
Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ class IREllipsisVariable extends IRTempVariable {
224224}
225225
226226/**
227- * A temporary variable generated to hold the contents of all arguments passed to the `...` of a
228- * function that accepts a variable number of arguments.
227+ * A temporary variable generated to hold the `this` pointer.
229228 */
230229class IRThisVariable extends IRTempVariable {
231230 IRThisVariable ( ) { tag = ThisTempVar ( ) }
Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ class IREllipsisVariable extends IRTempVariable {
224224}
225225
226226/**
227- * A temporary variable generated to hold the contents of all arguments passed to the `...` of a
228- * function that accepts a variable number of arguments.
227+ * A temporary variable generated to hold the `this` pointer.
229228 */
230229class IRThisVariable extends IRTempVariable {
231230 IRThisVariable ( ) { tag = ThisTempVar ( ) }
Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ class IREllipsisVariable extends IRTempVariable {
224224}
225225
226226/**
227- * A temporary variable generated to hold the contents of all arguments passed to the `...` of a
228- * function that accepts a variable number of arguments.
227+ * A temporary variable generated to hold the `this` pointer.
229228 */
230229class IRThisVariable extends IRTempVariable {
231230 IRThisVariable ( ) { tag = ThisTempVar ( ) }
You can’t perform that action at this time.
0 commit comments