struct OnlyLargestCloneConstraint

Declaration

struct OnlyLargestCloneConstraint { /* full declaration omitted */ };

Description

Ensures that no clone group fully contains another clone group.

Declared at: clang/include/clang/Analysis/CloneDetection.h:318

Method Overview

  • public void constrain(std::vector<CloneDetector::CloneGroup> & Result)

Methods

ΒΆvoid constrain(
    std::vector<CloneDetector::CloneGroup>&
        Result)

Declared at: clang/include/clang/Analysis/CloneDetection.h:319

Parameters

std::vector<CloneDetector::CloneGroup>& Result