Home
last modified time | relevance | path

Searched defs:UninitObjCheckerOptions (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h73 struct UninitObjCheckerOptions { struct
74 bool IsPedantic = false;
75 bool ShouldConvertNotesToWarnings = false;
76 bool CheckPointeeInitialization = false;
77 std::string IgnoredRecordsWithFieldPattern;
78 bool IgnoreGuardedFields = false;