Changeset View
Changeset View
Standalone View
Standalone View
include/clang/StaticAnalyzer/Core/Checker.h
Context not available. | |||||
// dereference might happen later (for example pointer passed to a parameter | // dereference might happen later (for example pointer passed to a parameter | ||||
// that is marked with nonnull attribute.) | // that is marked with nonnull attribute.) | ||||
bool IsDirectDereference; | bool IsDirectDereference; | ||||
static int Tag; | |||||
}; | }; | ||||
/// A helper class which wraps a boolean value set to false by default. | /// A helper class which wraps a boolean value set to false by default. | ||||
Context not available. |