Skip to content

Commit 10270cb

Browse files
committed
C++: Turn a comment into QLDoc
1 parent 10076a6 commit 10270cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ cached private module Cached {
182182
result = getOldInstruction(instruction).getUnconvertedResultExpression()
183183
}
184184

185-
/*
185+
/**
186186
* This adds Chi nodes to the instruction successor relation; if an instruction has a Chi node,
187187
* that node is its successor in the new successor relation, and the Chi node's successors are
188188
* the new instructions generated from the successors of the old instruction

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ cached private module Cached {
182182
result = getOldInstruction(instruction).getUnconvertedResultExpression()
183183
}
184184

185-
/*
185+
/**
186186
* This adds Chi nodes to the instruction successor relation; if an instruction has a Chi node,
187187
* that node is its successor in the new successor relation, and the Chi node's successors are
188188
* the new instructions generated from the successors of the old instruction

0 commit comments

Comments
 (0)