llvm-project
4ef16e31
- [NFC][clang-tidy] document fix to bugprone-return-const-ref-from-parameter (#107641)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[NFC][clang-tidy] document fix to bugprone-return-const-ref-from-parameter (#107641) Describe how the issue that is diagnosed by this check can be resolved. Namely, by adding an overload for the xvalue case (`&&` parameter). Fixes #107600
References
#107641 - [NFC][clang-tidy] document fix to bugprone-return-const-ref-from-parameter
Author
5chmidti
Parents
b9d85b12
Loading