================
@@ -3487,6 +3487,19 @@ Raw pointers and references to an object which supports 
CheckedPtr or CheckedRef
 
 See `WebKit Guidelines for Safer C++ Programming 
<https://github.com/WebKit/WebKit/wiki/Safer-CPP-Guidelines>`_ for details.
 
+alpha.webkit.NoUnretainedMemberChecker
+""""""""""""""""""""""""""""""""""""""""
+Raw pointers and references to a NS or CF object can't be used as class 
members or ivars. Only RetainPtr is allowed.
----------------
t-rasmud wrote:

Maybe add a note here saying RetainPtr is a requirement irrespective of whether 
ARC is enabled for CF types.

https://github.com/llvm/llvm-project/pull/128641
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to