class StackHintGenerator

Declaration

class StackHintGenerator { /* full declaration omitted */ };

Description

Interface for classes constructing Stack hints. If a PathDiagnosticEvent occurs in a different frame than the final diagnostic the hints can be used to summarize the effect of the call.

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:77

Method Overview

Methods

virtual std::string getMessage(
    const clang::ento::ExplodedNode* N)

Description

Construct the Diagnostic message for the given ExplodedNode.

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:82

Parameters

const clang::ento::ExplodedNode* N

virtual ~StackHintGenerator()

Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:79