================ @@ -788,6 +788,11 @@ def SmartPtrChecker: Checker<"SmartPtr">, Dependencies<[SmartPtrModeling]>, Documentation<HasDocumentation>; +def LifetimeAnnotations : Checker<"LifetimeAnnotations">, ---------------- Xazax-hun wrote:
I wonder if the name should be more geared towards what we find, not how we find them. Maybe the name could be `UseAfterLifetimeEnded` or `DanglingIndirection`? Similarly, I believe the documentation should be geared towards the kinds of issues we find, not how we find them. https://github.com/llvm/llvm-project/pull/205521 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
