summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/strdispatch.py
diff options
context:
space:
mode:
authorvitya-smirnov <[email protected]>2026-06-24 11:56:00 +0300
committervitya-smirnov <[email protected]>2026-06-24 13:13:06 +0300
commitd0475a0ea7778f4cd82d00d4af324c446183dc61 (patch)
tree14e5351426a81cd1b6a3687a6a7835493e357660 /contrib/python/ipython/py3/IPython/utils/strdispatch.py
parentdc5c0cff8f314f3c74113e51c0f017bb46a86a2e (diff)
YQL-20095: Enable performance-move-const-arg
https://clang.llvm.org/extra/clang-tidy/checks/performance/move-const-arg.html This check useful, as it shows, when a `std::move` is useless, so to expectations of a programmer are not aligned with reality. The most useful profit is to see `const T&` arguments, that are potentially can be replaced with `T`. Also disabled `CheckTriviallyCopyableMove`, see https://nda.ya.ru/t/Emvgx5Z67fpZY5 why. commit_hash:c80c264a9774721aabbac85b350ccdbb8b9a39a2
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils/strdispatch.py')
0 files changed, 0 insertions, 0 deletions