From 10270cb36d441530a596ceaceba362eba8d60602 Mon Sep 17 00:00:00 2001 From: Jonas Jensen Date: Thu, 12 Sep 2019 15:44:04 +0200 Subject: [PATCH] C++: Turn a comment into QLDoc --- .../ir/implementation/aliased_ssa/internal/SSAConstruction.qll | 2 +- .../implementation/unaliased_ssa/internal/SSAConstruction.qll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll b/cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll index a45d96e0f43..6c342d48381 100644 --- a/cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll +++ b/cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll @@ -182,7 +182,7 @@ cached private module Cached { result = getOldInstruction(instruction).getUnconvertedResultExpression() } - /* + /** * This adds Chi nodes to the instruction successor relation; if an instruction has a Chi node, * that node is its successor in the new successor relation, and the Chi node's successors are * the new instructions generated from the successors of the old instruction diff --git a/cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll b/cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll index a45d96e0f43..6c342d48381 100644 --- a/cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll +++ b/cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll @@ -182,7 +182,7 @@ cached private module Cached { result = getOldInstruction(instruction).getUnconvertedResultExpression() } - /* + /** * This adds Chi nodes to the instruction successor relation; if an instruction has a Chi node, * that node is its successor in the new successor relation, and the Chi node's successors are * the new instructions generated from the successors of the old instruction