Skip to content

Commit 521d863

Browse files
committed
C++: Autoformat.
1 parent 2547a8d commit 521d863

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private predicate suppressUnusedNode(Node n) { any() }
241241
// Java QL library compatibility wrappers
242242
//////////////////////////////////////////////////////////////////////////////
243243
/** A node that performs a type cast. */
244-
class CastNode extends InstructionNode {
244+
class CastNode extends Node {
245245
CastNode() { none() } // stub implementation
246246
}
247247

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class OperandNode extends Node, TOperandNode {
202202

203203
/**
204204
* INTERNAL: do not use.
205-
*
205+
*
206206
* A `StoreNode` is a node that has been (or is about to be) the
207207
* source or target of a `storeStep`.
208208
*/
@@ -295,7 +295,7 @@ private class StoreNodeOperand extends StoreNode, TStoreNodeOperand {
295295

296296
/**
297297
* INTERNAL: do not use.
298-
*
298+
*
299299
* A `ReadNode` is a node that has been (or is about to be) the
300300
* source or target of a `readStep`.
301301
*/
@@ -350,7 +350,7 @@ class ReadNode extends Node, TReadNode {
350350

351351
/**
352352
* INTERNAL: do not use.
353-
*
353+
*
354354
* A phi node produced by the shared SSA library, viewed as a node in a data flow graph.
355355
*/
356356
class SsaPhiNode extends Node, TSsaPhiNode {

0 commit comments

Comments
 (0)