clang 20.0.0git
|
Describes two clones that reference their variables in a different pattern which could indicate a programming error. More...
#include "clang/Analysis/CloneDetection.h"
Classes | |
struct | SuspiciousCloneInfo |
Utility class holding the relevant information about a single clone in this pair. More... | |
Public Attributes | |
SuspiciousCloneInfo | FirstCloneInfo |
The first clone in the pair which always has a suggested variable. | |
SuspiciousCloneInfo | SecondCloneInfo |
This other clone in the pair which can have a suggested variable. | |
Describes two clones that reference their variables in a different pattern which could indicate a programming error.
Definition at line 380 of file CloneDetection.h.
SuspiciousCloneInfo clang::VariablePattern::SuspiciousClonePair::FirstCloneInfo |
The first clone in the pair which always has a suggested variable.
Definition at line 398 of file CloneDetection.h.
Referenced by clang::VariablePattern::countPatternDifferences().
SuspiciousCloneInfo clang::VariablePattern::SuspiciousClonePair::SecondCloneInfo |
This other clone in the pair which can have a suggested variable.
Definition at line 400 of file CloneDetection.h.
Referenced by clang::VariablePattern::countPatternDifferences().