================
@@ -264,9 +292,18 @@ bool CallAndMessageChecker::uninitRefOrPointer(
   if (!ParamT->isPointerOrReferenceType())
     return false;
 
+  bool AllowPartialInitializedness = StructInitializednessComplete;
----------------
balazske wrote:

I do not add a `enum` for this purpose because it may be more overhead than 
useful for an option of a checker that is only one of more checkers in the code.

https://github.com/llvm/llvm-project/pull/173854
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to