clang 20.0.0git
|
Ensures that all clone groups contain at least the given amount of clones. More...
#include "clang/Analysis/CloneDetection.h"
Public Member Functions | |
MinGroupSizeConstraint (unsigned MinGroupSize=2) | |
void | constrain (std::vector< CloneDetector::CloneGroup > &CloneGroups) |
Ensures that all clone groups contain at least the given amount of clones.
Definition at line 302 of file CloneDetection.h.
|
inline |
Definition at line 306 of file CloneDetection.h.
|
inline |
Definition at line 309 of file CloneDetection.h.
References clang::CloneConstraint::filterGroups().