https://github.com/steakhal requested changes to this pull request.
Have you built the docs using the `docs-clang-html` build target? The examples only demonstrate use-after-scope cases. Is that the only class of bugs that this checker reports? I think the checker has some limitations around passing compound objects holding a dangling pointer - would those raise warnings? How does this checker relate to the inner ptr checker, the Malloc checker, and the stackaddr escape checkers? I think we should elaborate on that. https://github.com/llvm/llvm-project/pull/216688 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
