================ @@ -806,6 +806,11 @@ def UseAfterLifetimeEnd : Checker<"UseAfterLifetimeEnd">, Dependencies<[LifetimeModeling]>, Documentation<NotDocumented>; +def ReportDanglingPtrDeref : Checker<"ReportDanglingPtrDeref">, ---------------- benedekaibas wrote:
I agree with this name change. I think `DanglingPtrDerefChecker` or just `DanglingPtrDeref` aligns better with the naming of existing checkers. btw: I always forget to add `Report` when I mention this checker in a comment... https://github.com/llvm/llvm-project/pull/209278 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
