aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorBaranov Victor <bar.victor.2002@gmail.com>2025-08-03 13:18:24 +0300
committerGitHub <noreply@github.com>2025-08-03 13:18:24 +0300
commit5325f2b93065ed2981d51a266bea54c0f5ebd632 (patch)
tree8474546dce6173f878496e532d1eea5467b3bfb7 /lldb/unittests/ScriptInterpreter/Python
parent69bec0afbb8f2aa0021d18ea38768360b16583a9 (diff)
downloadllvm-5325f2b93065ed2981d51a266bea54c0f5ebd632.zip
llvm-5325f2b93065ed2981d51a266bea54c0f5ebd632.tar.gz
llvm-5325f2b93065ed2981d51a266bea54c0f5ebd632.tar.bz2
[clang-tidy][NFC] Enable 'performance-move-const-arg' in '.clang-tidy' config (#148549)
Set `performance-move-const-arg.CheckTriviallyCopyableMove` option to `false` because "trivially copyable" is too strict and give warning for e.g. `MixData` class: https://github.com/llvm/llvm-project/blob/1fbfa333f64bf714efa84db6b1075fc864d53bf8/clang-tools-extra/clang-tidy/bugprone/EasilySwappableParametersCheck.cpp#L389 Here: https://github.com/llvm/llvm-project/blob/1fbfa333f64bf714efa84db6b1075fc864d53bf8/clang-tools-extra/clang-tidy/bugprone/EasilySwappableParametersCheck.cpp#L504-L505 I find `std::move` here useful.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions