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

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h"

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.

◆ IgnoredRecordsWithFieldPattern

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

Definition at line 77 of file UninitializedObject.h.

◆ IgnoreGuardedFields

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

Definition at line 78 of file UninitializedObject.h.

◆ IsPedantic

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

◆ ShouldConvertNotesToWarnings

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

Definition at line 75 of file UninitializedObject.h.


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