struct ImplicitNullDerefEvent
Declaration
struct ImplicitNullDerefEvent { /* full declaration omitted */ };
Description
We dereferenced a location that may be null.
Declared at: clang/include/clang/StaticAnalyzer/Core/Checker.h:553
Member Variables
- public clang::ento::SVal Location
- public bool IsLoad
- public clang::ento::ExplodedNode* SinkNode
- public clang::ento::BugReporter* BR
- public bool IsDirectDereference
- public static int Tag