File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ class IREllipsisVariable extends IRTempVariable {
224
224
}
225
225
226
226
/**
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.
229
228
*/
230
229
class IRThisVariable extends IRTempVariable {
231
230
IRThisVariable ( ) { tag = ThisTempVar ( ) }
Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ class IREllipsisVariable extends IRTempVariable {
224
224
}
225
225
226
226
/**
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.
229
228
*/
230
229
class IRThisVariable extends IRTempVariable {
231
230
IRThisVariable ( ) { tag = ThisTempVar ( ) }
Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ class IREllipsisVariable extends IRTempVariable {
224
224
}
225
225
226
226
/**
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.
229
228
*/
230
229
class IRThisVariable extends IRTempVariable {
231
230
IRThisVariable ( ) { tag = ThisTempVar ( ) }
Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ class IREllipsisVariable extends IRTempVariable {
224
224
}
225
225
226
226
/**
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.
229
228
*/
230
229
class IRThisVariable extends IRTempVariable {
231
230
IRThisVariable ( ) { tag = ThisTempVar ( ) }
Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ class IREllipsisVariable extends IRTempVariable {
224
224
}
225
225
226
226
/**
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.
229
228
*/
230
229
class IRThisVariable extends IRTempVariable {
231
230
IRThisVariable ( ) { tag = ThisTempVar ( ) }
You can’t perform that action at this time.
0 commit comments