================ @@ -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; - ---------------- benedekaibas wrote:
Reverted the `DanglingPtrDeref` checker in `Checkers.td` here: [0ad17fc](https://github.com/llvm/llvm-project/pull/216688/commits/0ad17fcca72501a55332c566cf57524bf079f96c) Reverted the `DanglingPtrDeref checker in `checkers.rst` here: [1d887d2](https://github.com/llvm/llvm-project/pull/216688/commits/1d887d2031bc8bd1c7dc4be8ea60a48c558b5f9e) https://github.com/llvm/llvm-project/pull/216688 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
