================
@@ -806,6 +806,11 @@ def UseAfterLifetimeEnd : Checker<"UseAfterLifetimeEnd">,
   Dependencies<[LifetimeModeling]>,
   Documentation<NotDocumented>;
 
+def ReportDanglingPtrDeref : Checker<"ReportDanglingPtrDeref">,
----------------
Xazax-hun wrote:

Actually, I think none of the lifetime related checkers should be part of the 
`cplusplus` package. These checks could catch errors in any other language mode 
including C or Objective-C. But we could move them out of these in a separate 
PR. 

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

Reply via email to