/** * @name Empty blocks * @description Finds empty block statements * @tags empty * block * statement */ import cpp from Block blk where blk.getNumStmt() = 0 select blk