Skip to content

Commit 89ec60c

Browse files
author
Dave Bartolomeo
committed
C++/C#: Add missing QLDoc
1 parent bcddaf4 commit 89ec60c

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Operand.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ private newtype TOperand =
2828
* eventually use for this purpose.
2929
*/
3030
private class RegisterOperandBase extends TRegisterOperand {
31+
/** Gets a textual representation of this element. */
3132
abstract string toString();
3233
}
3334

@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
4546
* will eventually use for this purpose.
4647
*/
4748
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49+
/** Gets a textual representation of this element. */
4850
abstract string toString();
4951
}
5052

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/Operand.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ private newtype TOperand =
2828
* eventually use for this purpose.
2929
*/
3030
private class RegisterOperandBase extends TRegisterOperand {
31+
/** Gets a textual representation of this element. */
3132
abstract string toString();
3233
}
3334

@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
4546
* will eventually use for this purpose.
4647
*/
4748
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49+
/** Gets a textual representation of this element. */
4850
abstract string toString();
4951
}
5052

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Operand.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ private newtype TOperand =
2828
* eventually use for this purpose.
2929
*/
3030
private class RegisterOperandBase extends TRegisterOperand {
31+
/** Gets a textual representation of this element. */
3132
abstract string toString();
3233
}
3334

@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
4546
* will eventually use for this purpose.
4647
*/
4748
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49+
/** Gets a textual representation of this element. */
4850
abstract string toString();
4951
}
5052

csharp/ql/src/semmle/code/csharp/ir/implementation/raw/Operand.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ private newtype TOperand =
2828
* eventually use for this purpose.
2929
*/
3030
private class RegisterOperandBase extends TRegisterOperand {
31+
/** Gets a textual representation of this element. */
3132
abstract string toString();
3233
}
3334

@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
4546
* will eventually use for this purpose.
4647
*/
4748
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49+
/** Gets a textual representation of this element. */
4850
abstract string toString();
4951
}
5052

csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/Operand.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ private newtype TOperand =
2828
* eventually use for this purpose.
2929
*/
3030
private class RegisterOperandBase extends TRegisterOperand {
31+
/** Gets a textual representation of this element. */
3132
abstract string toString();
3233
}
3334

@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
4546
* will eventually use for this purpose.
4647
*/
4748
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49+
/** Gets a textual representation of this element. */
4850
abstract string toString();
4951
}
5052

0 commit comments

Comments
 (0)