diff options
author | Baranov Victor <bar.victor.2002@gmail.com> | 2025-07-09 19:05:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-09 19:05:34 +0300 |
commit | 66316657ab36e4a262c9a2fe378d25421e116487 (patch) | |
tree | c137de94b831c798f237074902afd6610b24fef6 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 56679a8414f460eb44ac5721bca332bb40d11e91 (diff) | |
download | llvm-66316657ab36e4a262c9a2fe378d25421e116487.zip llvm-66316657ab36e4a262c9a2fe378d25421e116487.tar.gz llvm-66316657ab36e4a262c9a2fe378d25421e116487.tar.bz2 |
[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.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions