================ @@ -1576,6 +1580,10 @@ def CheckerDocumentationChecker : Checker<"CheckerDocumentation">, HelpText<"Defines an empty checker callback for all possible handlers.">, Documentation<NotDocumented>; +def DebugLifetimeAnnotations : Checker<"DebugLifetimeAnnotations">, + HelpText<"Prints the bindings recorded by the LifetimeAnnotations checker. Use with clang_analyzer_lifetime_bound().">, + Documentation<NotDocumented>; ---------------- benedekaibas wrote:
Applied changes here: [daeec1a](https://github.com/llvm/llvm-project/pull/200145/commits/daeec1aede47252c87540cec3f2e2c99c1c23acd) https://github.com/llvm/llvm-project/pull/200145 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
