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

#include "/work/www-prereleases/8.0.0/rc4/docsbuild/llvm.src/tools/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
 

Detailed Description

Definition at line 67 of file UninitializedObject.h.

Member Data Documentation

◆ CheckPointeeInitialization

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

Definition at line 70 of file UninitializedObject.h.

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

◆ IgnoredRecordsWithFieldPattern

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

◆ IsPedantic

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

◆ ShouldConvertNotesToWarnings

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

Definition at line 69 of file UninitializedObject.h.

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


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