================ @@ -0,0 +1,39 @@ +.. title:: clang-tidy - modernize-use-return-value + +modernize-use-return-value +========================== + +Finds functions that return ``void`` and have a single non-const ---------------- EugeneZelenko wrote:
```suggestion Finds functions that return ``void`` and have a single non-const reference output parameter, suggesting that they return the value directly instead. ``` Same in rest of documentation and Release Notes. https://github.com/llvm/llvm-project/pull/182081 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
