clang  10.0.0git
Public Attributes | List of all members
clang::ento::UninitObjCheckerOptions Struct Reference

#include "/work/www-prereleases/10.0.0/rc2/docsbuild/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h"

Collaboration diagram for clang::ento::UninitObjCheckerOptions:
[legend]

Public Attributes

bool IsPedantic = false
 
bool ShouldConvertNotesToWarnings = false
 
bool CheckPointeeInitialization = false
 
std::string IgnoredRecordsWithFieldPattern
 
bool IgnoreGuardedFields = false
 

Detailed Description

Definition at line 73 of file UninitializedObject.h.

Member Data Documentation

◆ CheckPointeeInitialization

bool clang::ento::UninitObjCheckerOptions::CheckPointeeInitialization = false

Definition at line 76 of file UninitializedObject.h.

Referenced by clang::ento::getVariableName().

◆ IgnoredRecordsWithFieldPattern

std::string clang::ento::UninitObjCheckerOptions::IgnoredRecordsWithFieldPattern

◆ IgnoreGuardedFields

bool clang::ento::UninitObjCheckerOptions::IgnoreGuardedFields = false

◆ IsPedantic

bool clang::ento::UninitObjCheckerOptions::IsPedantic = false

◆ ShouldConvertNotesToWarnings

bool clang::ento::UninitObjCheckerOptions::ShouldConvertNotesToWarnings = false

Definition at line 75 of file UninitializedObject.h.

Referenced by clang::ento::getVariableName().


The documentation for this struct was generated from the following file: