================ @@ -7,37 +7,38 @@ using namespace clang; using namespace ento; +using lifetime_modeling::isBoundToLifetimeSourceSet; ---------------- steakhal wrote:
I figured you would move it inside the function scope. Where it would be easy to see that hah, this is the fn that we call in the next 5 lines. So it's nicely tucked inside that decl context. If you feel strongly about it or you expect more frequent uses of this, it's also fine in this global context. https://github.com/llvm/llvm-project/pull/206460 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
