File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
190
190
final Language:: Location getLocation ( ) { result = getAST ( ) .getLocation ( ) }
191
191
192
192
/**
193
- * Gets the `Expr` whose result is computed by this instruction, if any.
193
+ * Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
194
+ * conversion.
194
195
*/
195
196
final Language:: Expr getConvertedResultExpression ( ) {
196
197
result = Construction:: getInstructionConvertedResultExpression ( this )
197
198
}
198
199
199
200
/**
200
- * Gets the unconverted `Expr` whose result is computed by this instruction, if any.
201
+ * Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
201
202
*/
202
203
final Language:: Expr getUnconvertedResultExpression ( ) {
203
204
result = Construction:: getInstructionUnconvertedResultExpression ( this )
You can’t perform that action at this time.
0 commit comments