clang 19.0.0git
Functions
CloneChecker.cpp File Reference

CloneChecker is a checker that reports clones in the current translation unit. More...

#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/Analysis/CloneDetection.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"

Go to the source code of this file.

Functions

static PathDiagnosticLocation makeLocation (const StmtSequence &S, AnalysisManager &Mgr)
 

Detailed Description

CloneChecker is a checker that reports clones in the current translation unit.

Definition in file CloneChecker.cpp.

Function Documentation

◆ makeLocation()

static PathDiagnosticLocation makeLocation ( const StmtSequence S,
AnalysisManager Mgr 
)
static