================ @@ -802,22 +812,12 @@ def SmartPtrChecker: Checker<"SmartPtr">, Dependencies<[SmartPtrModeling]>, Documentation<HasDocumentation>; -def LifetimeModeling : Checker<"LifetimeModeling">, - HelpText<"Model lifetime annotations for other checkers">, - Documentation<NotDocumented>, - Hidden; - ---------------- steakhal wrote:
These changes were not advertised in the commit message and not tightly coupled with adding documentation. Propose these in a separate patch. https://github.com/llvm/llvm-project/pull/216688 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
