File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class IRBlockBase extends TIRBlock {
121121 * corresponds to the control flow between the last instruction of one block and the first
122122 * instruction of another block.
123123 */
124- class IRBlock extends IRBlockBase {
124+ final class IRBlock extends IRBlockBase {
125125 /**
126126 * Gets a block to which control flows directly from this block.
127127 */
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class IRBlockBase extends TIRBlock {
121121 * corresponds to the control flow between the last instruction of one block and the first
122122 * instruction of another block.
123123 */
124- class IRBlock extends IRBlockBase {
124+ final class IRBlock extends IRBlockBase {
125125 /**
126126 * Gets a block to which control flows directly from this block.
127127 */
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class IRBlockBase extends TIRBlock {
121121 * corresponds to the control flow between the last instruction of one block and the first
122122 * instruction of another block.
123123 */
124- class IRBlock extends IRBlockBase {
124+ final class IRBlock extends IRBlockBase {
125125 /**
126126 * Gets a block to which control flows directly from this block.
127127 */
You can’t perform that action at this time.
0 commit comments