summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2019-03-22 22:32:20 +0000
committerMarshall Clow <mclow.lists@gmail.com>2019-03-22 22:32:20 +0000
commite1cd11d80f5929e916de861f83d672ab72e29046 (patch)
tree98a5d19f4081728c1fd8281778216a14497d5ef3 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent80ff58e37c96df05bd1811083267c9c53ef1b85f (diff)
downloadbcm5719-llvm-e1cd11d80f5929e916de861f83d672ab72e29046.tar.gz
bcm5719-llvm-e1cd11d80f5929e916de861f83d672ab72e29046.zip
Fix a minor bug with std::next and prev not and negative numbers. In particular, std::prev cannot require Bidirectional Iterators, because you might 'go back' -1 places, which goes forward. Thanks to Ville and Jonathan for the bug report.
llvm-svn: 356818
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud