================
@@ -74,3 +74,9 @@ Options
default is empty. If a name in the list contains the sequence `::`, it is
matched against the qualified type name (i.e. ``namespace::Type``),
otherwise it is matched against only the type name (i.e. ``Type``).
+
+.. option:: IsAllowedInCoroutines
+
+ A boolean specifying whether the check should suggest passing parameters by
+ reference in coroutines. The default is `false`. Passing parameters by
reference
+ in coroutines may not be safe.
----------------
dmpolukhin wrote:
Done
https://github.com/llvm/llvm-project/pull/140912
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits