ΒΆconst clang::ento::NoteTag* getErrnoNoteTag(
    clang::ento::CheckerContext& C,
    const std::string& Message)

Description

Create a NoteTag that displays the message if the 'errno' memory region is marked as interesting, and resets the interestingness.

Declared at: clang/lib/StaticAnalyzer/Checkers/ErrnoModeling.h:72

Parameters

clang::ento::CheckerContext& C
const std::string& Message