commit | 86d23b33dfc7ae681a8f8906669603e109753ebf | [log] [tgz] |
---|---|---|
author | Baranov Victor <bar.victor.2002@gmail.com> | Wed Jul 09 19:05:34 2025 +0300 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 09 09:08:45 2025 -0700 |
tree | fd72ad2a497cfe3ab9d1f318743ae37b08c33dab | |
parent | 70fe5f971627893bfcd234fa3c4d32584d223e9a [diff] |
[clang-tidy] properly handle private move constructors in `modernize-pass-by-value` check (#141304) Fixed false positives when class passed by const-reference had a private move constructor, which could not be used for a fix-it. Closes https://github.com/llvm/llvm-project/issues/140236. GitOrigin-RevId: 66316657ab36e4a262c9a2fe378d25421e116487