================
@@ -67,7 +69,14 @@ inline void logWarningFromError(llvm::Error Err) {
 }
 
 /// Find all contributors in an AST.
-void findContributors(ASTContext &Ctx,
+///
+/// \p Options controls which declarations qualify as contributors. By default
+/// the visitor preserves the original SSAF behavior of skipping block-scope
+/// (function-local) variable declarations; setting
+/// \c Options.IncludeLocalEntities to \c true also collects local variables
----------------
steakhal wrote:

I just realized that I've already fixed this and I just didn't update this PR.

https://github.com/llvm/llvm-project/pull/204684
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to