#include "clang/Analysis/Analyses/LifetimeSafety.h"
Definition at line 38 of file LifetimeSafety.h.
◆ LifetimeSafetyReporter()
clang::lifetimes::LifetimeSafetyReporter::LifetimeSafetyReporter |
( |
| ) |
|
|
default |
◆ ~LifetimeSafetyReporter()
virtual clang::lifetimes::LifetimeSafetyReporter::~LifetimeSafetyReporter |
( |
| ) |
|
|
virtualdefault |
◆ reportUseAfterFree()
virtual void clang::lifetimes::LifetimeSafetyReporter::reportUseAfterFree |
( |
const Expr * | IssueExpr, |
|
|
const Expr * | UseExpr, |
|
|
SourceLocation | FreeLoc, |
|
|
Confidence | Confidence ) |
|
inlinevirtual |
The documentation for this class was generated from the following file: