aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2022-07-23 15:14:14 +0200
committerDmitri Gribenko <gribozavr@gmail.com>2022-07-23 15:19:05 +0200
commitaba43035bdf89c08409f0efccaf5408165abed9e (patch)
treeae91c3b453964fe779d5dc8562b90507f59abe86 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h
parente82880e6b8cd2f01ee18e99c4c7b6ec71b764e13 (diff)
downloadllvm-aba43035bdf89c08409f0efccaf5408165abed9e.zip
llvm-aba43035bdf89c08409f0efccaf5408165abed9e.tar.gz
llvm-aba43035bdf89c08409f0efccaf5408165abed9e.tar.bz2
Use llvm::sort instead of std::sort where possible
llvm::sort is beneficial even when we use the iterator-based overload, since it can optionally shuffle the elements (to detect non-determinism). However llvm::sort is not usable everywhere, for example, in compiler-rt. Reviewed By: nhaehnle Differential Revision: https://reviews.llvm.org/D130406
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h')
0 files changed, 0 insertions, 0 deletions