================
@@ -146,6 +146,10 @@ struct ReferencedDecls {
/// Free functions and member functions which are referenced (but not
/// necessarily called).
llvm::DenseSet<const FunctionDecl *> Functions;
+ /// Parameters of other functions, captured by reference by a lambda. This is
----------------
bazuzi wrote:
I apparently forgot to update this after including captures by value, too.
Updated.
https://github.com/llvm/llvm-project/pull/117771
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits